#A556CE

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

Shades of Deep Lilac #A556CE

Tints of Deep Lilac #A556CE

Color information

#A556CE (or 0xA556CE) is unknown color: approx Deep Lilac. HEX triplet: A5, 56 and CE. RGB value is (165,86,206). Sum of RGB (Red+Green+Blue) = 165+86+206=457 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.11% from 457); Green value is 86 (33.98% from 255 or 18.82% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #A556CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A556CE is #5AA931. Grayscale: #7A7A7A. Windows color (decimal): -5941554 or 13522597. OLE color: 13522597.

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

Color convert

RGB16586206-
CMYK0.200.5800.19
HSL279.5º55.05%57.25%-
HSV(B)279.5º58.25%80.78%-
XYZ29.9919.1160.5-
YUV123.3174.67157.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.11%
GREEN value IS 86 (33.98% from 255) = 18.82%
BLUE value IS 206 (80.86% from 255) = 45.08%
R=36.11%
G=18.82%
B=45.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal165862060.200.5800.19279.555.0557.25
HexA556CE143A0131183739
Octal24512631624720234306771
Binary1010010110101101100111010100111010010011100011000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A556CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A556CE; }

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

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

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

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

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

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

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

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