#A15ABF

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

Shades of Deep Lilac #A15ABF

Tints of Deep Lilac #A15ABF

Color information

#A15ABF (or 0xA15ABF) is unknown color: approx Deep Lilac. HEX triplet: A1, 5A and BF. RGB value is (161,90,191). Sum of RGB (Red+Green+Blue) = 161+90+191=442 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.43% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 191 (75% from 255 or 43.21% from 442); Max value from RGB is 191 - color contains mainly: blue. Hex color #A15ABF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15ABF is #5EA540. Grayscale: #7A7A7A. Windows color (decimal): -6202689 or 12540577. OLE color: 12540577.

HSL color Cylindrical-coordinate representation of color #A15ABF: hue angle of 282.18º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A15ABF is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16190191-
CMYK0.160.5300.25
HSL282.18º44.1%55.1%-
HSV(B)282.18º52.88%74.9%-
XYZ27.7618.6551.43-
YUV122.74166.52155.29-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.43%
GREEN value IS 90 (35.55% from 255) = 20.36%
BLUE value IS 191 (75% from 255) = 43.21%
R=36.43%
G=20.36%
B=43.21%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161901910.160.5300.25282.1844.155.1
HexA15ABF103501911a2c37
Octal24113227720650314325467
Binary1010000110110101011111110000110101011001100011010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15ABF; }

 p { color: rgb(161,90,191); }

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

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

 a { background-color: rgb(161,90,191); }

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

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

 span { border-color: rgb(161,90,191); }

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