Color Hex Logo

#a566ff Color Hex

#A566FF
(165,102,255)
0 Favorites   0 Comments

Color spaces of #a566ff

RGB 165102255
HSL0.741.000.70
HSV265°60°100°
CMYK 0.350.600.00   0.00
XYZ38.318424.722197.3600
Yxy24.72210.23890.1541
Hunter Lab49.721350.5511-81.2916
CIE-Lab56.803655.5595-67.1566

#a566ff color RGB value is (165,102,255).

#a566ff hex color red value is 165, green value is 102 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #a566ff hue: 0.74 , saturation: 1.00 and the lightness value of a566ff is 0.70.

The process color (four color CMYK) of #a566ff color hex is 0.35, 0.60, 0.00, 0.00. Web safe color of #a566ff is #9966ff. Color #a566ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100101 01100110 11111111
Octal 245 146 377
Decimal 165 102 255
Hex A5 66 FF

RGB Percentages of Color #a566ff

%31.61
%19.54
%48.85

CMYK Percentages of Color #a566ff

%35
%60
%0
%0

Triadic Colors of #a566ff

#a566ff #ffa566 #66ffa5

Analogous Colors of #a566ff

#a566ff #f266ff #6674ff

Monochromatic Colors of #a566ff

#a566ff

Complementary Color

#a566ff #c0ff66

#a566ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a566ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a566ff Color CSS Codes

.mybgcolor {background-color:#a566ff; } 
.myforecolor {color:#a566ff; }
.mybordercolor {border:3px solid #a566ff; }

#a566ff Text Font Color

<p style="color:#a566ff">Text here</p>

This sample text font color is #a566ff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a566ff Background Color

<div style="background-color:#a566ff">
Div content here</div>

This div background color is #a566ff


#a566ff Border Color

<div style="border:3px solid #a566ff">
Div here</div>

This div border color is #a566ff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(165,102,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a566ff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a566ff;
  -webkit-box-shadow: 1px 1px 3px 2px #a566ff;
  box-shadow:         1px 1px 3px 2px #a566ff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(165,102,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a566ff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a566ff;
  -webkit-box-shadow: 1px 1px 3px 2px #a566ff;
  box-shadow:         1px 1px 3px 2px #a566ff;">
Div content here</div>

This div box has shadow with color #a566ff

Related Colors

#a566ff Color Palettes


Comments

No comments written yet.

Please login to write comment.