#A556C9

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

Shades of Deep Lilac #A556C9

Tints of Deep Lilac #A556C9

Color information

#A556C9 (or 0xA556C9) is unknown color: approx Deep Lilac. HEX triplet: A5, 56 and C9. RGB value is (165,86,201). Sum of RGB (Red+Green+Blue) = 165+86+201=452 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.50% from 452); Green value is 86 (33.98% from 255 or 19.03% from 452); Blue value is 201 (78.91% from 255 or 44.47% from 452); Max value from RGB is 201 - color contains mainly: blue. Hex color #A556C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A556C9 is #5AA936. Grayscale: #7A7A7A. Windows color (decimal): -5941559 or 13194917. OLE color: 13194917.

HSL color Cylindrical-coordinate representation of color #A556C9: hue angle of 281.22º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A556C9 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16586201-
CMYK0.180.5700.21
HSL281.22º51.57%56.27%-
HSV(B)281.22º57.21%78.82%-
XYZ29.3918.8757.35-
YUV122.73172.17158.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.50%
GREEN value IS 86 (33.98% from 255) = 19.03%
BLUE value IS 201 (78.91% from 255) = 44.47%
R=36.50%
G=19.03%
B=44.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal165862010.180.5700.21281.2251.5756.27
HexA556C912390151193438
Octal24512631122710254316470
Binary1010010110101101100100110010111001010101100011001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A556C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A556C9; }

 p { color: rgb(165,86,201); }

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

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

 a { background-color: rgb(165,86,201); }

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

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

 span { border-color: rgb(165,86,201); }

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