#A562B6

Color #A562B6 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #A562B6

Tints of Deep Lilac #A562B6

Color information

#A562B6 (or 0xA562B6) is unknown color: approx Deep Lilac. HEX triplet: A5, 62 and B6. RGB value is (165,98,182). Sum of RGB (Red+Green+Blue) = 165+98+182=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 98 (38.67% from 255 or 22.02% from 445); Blue value is 182 (71.48% from 255 or 40.90% from 445); Max value from RGB is 182 - color contains mainly: blue. Hex color #A562B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A562B6 is #5A9D49. Grayscale: #7F7F7F. Windows color (decimal): -5938506 or 11952805. OLE color: 11952805.

HSL color Cylindrical-coordinate representation of color #A562B6: hue angle of 287.86º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A562B6 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16598182-
CMYK0.090.4600.29
HSL287.86º36.52%54.9%-
HSV(B)287.86º46.15%71.37%-
XYZ28.3320.1146.64-
YUV127.61158.7154.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 165 (64.84% from 255) = 37.08%
GREEN value IS 98 (38.67% from 255) = 22.02%
BLUE value IS 182 (71.48% from 255) = 40.90%
R=37.08%
G=22.02%
B=40.90%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal165981820.090.4600.29287.8636.5254.9
HexA562B692E01D1202537
Octal24514226611560354404567
Binary101001011100010101101101001101110011101100100000100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A562B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A562B6; }

 p { color: rgb(165,98,182); }

 H1.HeaderClassName
 {
   color: #A562B6;
 }
 .AnyTagClassName
 {
   color: #A562B6;
 }
</style>
background-color css

<style>
 a { background-color: #A562B6; }

 a { background-color: rgb(165,98,182); }

 div.DivClassName
 {
   background-color: #A562B6;
 }
 .BgClassName
 {
   background-color: #A562B6;
 }
</style>
border-color css

<style>
 span { border-color: #A562B6; }

 span { border-color: rgb(165,98,182); }

 td.TdClassName
 {
   border-color: #A562B6;
 }
 .TagClassName
 {
   border-color: #A562B6;
 }
</style>