#A055CE

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

Shades of Deep Lilac #A055CE

Tints of Deep Lilac #A055CE

Color information

#A055CE (or 0xA055CE) is unknown color: approx Deep Lilac. HEX triplet: A0, 55 and CE. RGB value is (160,85,206). Sum of RGB (Red+Green+Blue) = 160+85+206=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 85 (33.59% from 255 or 18.85% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #A055CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A055CE is #5FAA31. Grayscale: #787878. Windows color (decimal): -6269490 or 13522336. OLE color: 13522336.

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

Color convert

RGB16085206-
CMYK0.220.5900.19
HSL277.19º55.25%57.06%-
HSV(B)277.19º58.74%80.78%-
XYZ28.8918.4360.43-
YUV121.22175.85155.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.48%
GREEN value IS 85 (33.59% from 255) = 18.85%
BLUE value IS 206 (80.86% from 255) = 45.68%
R=35.48%
G=18.85%
B=45.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal160852060.220.5900.19277.1955.2557.06
HexA055CE163B0131153739
Octal24012531626730234256771
Binary1010000010101011100111010110111011010011100010101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A055CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A055CE; }

 p { color: rgb(160,85,206); }

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

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

 a { background-color: rgb(160,85,206); }

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

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

 span { border-color: rgb(160,85,206); }

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