#A154CE

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

Shades of Deep Lilac #A154CE

Tints of Deep Lilac #A154CE

Color information

#A154CE (or 0xA154CE) is unknown color: approx Deep Lilac. HEX triplet: A1, 54 and CE. RGB value is (161,84,206). Sum of RGB (Red+Green+Blue) = 161+84+206=451 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.70% from 451); Green value is 84 (33.20% from 255 or 18.63% 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 #A154CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A154CE is #5EAB31. Grayscale: #787878. Windows color (decimal): -6204210 or 13522081. OLE color: 13522081.

HSL color Cylindrical-coordinate representation of color #A154CE: hue angle of 277.87º 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 #A154CE is Cyan = 0.22, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16184206-
CMYK0.220.5900.19
HSL277.87º55.45%56.86%-
HSV(B)277.87º59.22%80.78%-
XYZ29.0118.3760.41-
YUV120.93176.01156.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.70%
GREEN value IS 84 (33.20% from 255) = 18.63%
BLUE value IS 206 (80.86% from 255) = 45.68%
R=35.70%
G=18.63%
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
Decimal161842060.220.5900.19277.8755.4556.86
HexA154CE163B0131163739
Octal24112431626730234266771
Binary1010000110101001100111010110111011010011100010110110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A154CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A154CE; }

 p { color: rgb(161,84,206); }

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

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

 a { background-color: rgb(161,84,206); }

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

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

 span { border-color: rgb(161,84,206); }

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