#A15AB6

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

Shades of Deep Lilac #A15AB6

Tints of Deep Lilac #A15AB6

Color information

#A15AB6 (or 0xA15AB6) is unknown color: approx Deep Lilac. HEX triplet: A1, 5A and B6. RGB value is (161,90,182). Sum of RGB (Red+Green+Blue) = 161+90+182=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 182 (71.48% from 255 or 42.03% from 433); Max value from RGB is 182 - color contains mainly: blue. Hex color #A15AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A15AB6 is #5EA549. Grayscale: #797979. Windows color (decimal): -6202698 or 11950753. OLE color: 11950753.

HSL color Cylindrical-coordinate representation of color #A15AB6: hue angle of 286.3º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A15AB6 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16190182-
CMYK0.120.5100.29
HSL286.3º38.66%53.33%-
HSV(B)286.3º50.55%71.37%-
XYZ26.818.2746.37-
YUV121.72162.02156.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.18%
GREEN value IS 90 (35.55% from 255) = 20.79%
BLUE value IS 182 (71.48% from 255) = 42.03%
R=37.18%
G=20.79%
B=42.03%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161901820.120.5100.29286.338.6653.33
HexA15AB6C3301D11e2735
Octal24113226614630354364765
Binary101000011011010101101101100110011011101100011110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A15AB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A15AB6; }

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

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

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

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

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

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

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

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