#A556CC

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

Shades of Deep Lilac #A556CC

Tints of Deep Lilac #A556CC

Color information

#A556CC (or 0xA556CC) is unknown color: approx Deep Lilac. HEX triplet: A5, 56 and CC. RGB value is (165,86,204). Sum of RGB (Red+Green+Blue) = 165+86+204=455 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.26% from 455); Green value is 86 (33.98% from 255 or 18.90% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #A556CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A556CC is #5AA933. Grayscale: #7A7A7A. Windows color (decimal): -5941556 or 13391525. OLE color: 13391525.

HSL color Cylindrical-coordinate representation of color #A556CC: hue angle of 280.17º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A556CC is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16586204-
CMYK0.190.5800.2
HSL280.17º53.64%56.86%-
HSV(B)280.17º57.84%80%-
XYZ29.7419.0159.23-
YUV123.07173.67157.91-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.26%
GREEN value IS 86 (33.98% from 255) = 18.90%
BLUE value IS 204 (80.08% from 255) = 44.84%
R=36.26%
G=18.90%
B=44.84%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal165862040.190.5800.2280.1753.6456.86
HexA556CC133A0141183639
Octal24512631423720244306671
Binary1010010110101101100110010011111010010100100011000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A556CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A556CC; }

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

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

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

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

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

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

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

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