#A15ABD

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

Shades of Deep Lilac #A15ABD

Tints of Deep Lilac #A15ABD

Color information

#A15ABD (or 0xA15ABD) is unknown color: approx Deep Lilac. HEX triplet: A1, 5A and BD. RGB value is (161,90,189). Sum of RGB (Red+Green+Blue) = 161+90+189=440 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.59% from 440); Green value is 90 (35.55% from 255 or 20.45% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #A15ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15ABD is #5EA542. Grayscale: #7A7A7A. Windows color (decimal): -6202691 or 12409505. OLE color: 12409505.

HSL color Cylindrical-coordinate representation of color #A15ABD: hue angle of 283.03º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A15ABD is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16190189-
CMYK0.150.5200.26
HSL283.03º42.86%54.71%-
HSV(B)283.03º52.38%74.12%-
XYZ27.5418.5650.28-
YUV122.51165.52155.45-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.59%
GREEN value IS 90 (35.55% from 255) = 20.45%
BLUE value IS 189 (74.22% from 255) = 42.95%
R=36.59%
G=20.45%
B=42.95%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal161901890.150.5200.26283.0342.8654.71
HexA15ABDF3401A11b2b37
Octal24113227517640324335367
Binary101000011011010101111011111110100011010100011011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15ABD; }

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

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

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

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

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

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

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

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