#A158C9

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

Shades of Deep Lilac #A158C9

Tints of Deep Lilac #A158C9

Color information

#A158C9 (or 0xA158C9) is unknown color: approx Deep Lilac. HEX triplet: A1, 58 and C9. RGB value is (161,88,201). Sum of RGB (Red+Green+Blue) = 161+88+201=450 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.78% from 450); Green value is 88 (34.77% from 255 or 19.56% from 450); Blue value is 201 (78.91% from 255 or 44.67% from 450); Max value from RGB is 201 - color contains mainly: blue. Hex color #A158C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A158C9 is #5EA736. Grayscale: #7A7A7A. Windows color (decimal): -6203191 or 13195425. OLE color: 13195425.

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

Color convert

RGB16188201-
CMYK0.200.5600.21
HSL278.76º51.13%56.67%-
HSV(B)278.76º56.22%78.82%-
XYZ28.7318.7757.37-
YUV122.71172.18155.31-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 35.78%
GREEN value IS 88 (34.77% from 255) = 19.56%
BLUE value IS 201 (78.91% from 255) = 44.67%
R=35.78%
G=19.56%
B=44.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal161882010.200.5600.21278.7651.1356.67
HexA158C914380151173339
Octal24113031124700254276371
Binary1010000110110001100100110100111000010101100010111110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A158C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A158C9; }

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

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

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

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

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

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

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

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