#A154C9

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

Shades of Deep Lilac #A154C9

Tints of Deep Lilac #A154C9

Color information

#A154C9 (or 0xA154C9) is unknown color: approx Deep Lilac. HEX triplet: A1, 54 and C9. RGB value is (161,84,201). Sum of RGB (Red+Green+Blue) = 161+84+201=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 84 (33.20% from 255 or 18.83% from 446); Blue value is 201 (78.91% from 255 or 45.07% from 446); Max value from RGB is 201 - color contains mainly: blue. Hex color #A154C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A154C9 is #5EAB36. Grayscale: #777777. Windows color (decimal): -6204215 or 13194401. OLE color: 13194401.

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

Color convert

RGB16184201-
CMYK0.200.5800.21
HSL279.49º52%55.88%-
HSV(B)279.49º58.21%78.82%-
XYZ28.4118.1357.26-
YUV120.36173.51156.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.10%
GREEN value IS 84 (33.20% from 255) = 18.83%
BLUE value IS 201 (78.91% from 255) = 45.07%
R=36.10%
G=18.83%
B=45.07%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal161842010.200.5800.21279.495255.88
HexA154C9143A0151173438
Octal24112431124720254276470
Binary1010000110101001100100110100111010010101100010111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A154C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A154C9; }

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

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

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

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

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

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

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

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