#A152B6

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

Shades of Deep Lilac #A152B6

Tints of Deep Lilac #A152B6

Color information

#A152B6 (or 0xA152B6) is unknown color: approx Deep Lilac. HEX triplet: A1, 52 and B6. RGB value is (161,82,182). Sum of RGB (Red+Green+Blue) = 161+82+182=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 182 (71.48% from 255 or 42.82% from 425); Max value from RGB is 182 - color contains mainly: blue. Hex color #A152B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A152B6 is #5EAD49. Grayscale: #747474. Windows color (decimal): -6204746 or 11948705. OLE color: 11948705.

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

Color convert

RGB16182182-
CMYK0.120.5500.29
HSL287.4º40.65%51.76%-
HSV(B)287.4º54.95%71.37%-
XYZ26.1616.9946.16-
YUV117.02164.67159.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.88%
GREEN value IS 82 (32.42% from 255) = 19.29%
BLUE value IS 182 (71.48% from 255) = 42.82%
R=37.88%
G=19.29%
B=42.82%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161821820.120.5500.29287.440.6551.76
HexA152B6C3701D11f2934
Octal24112226614670354375164
Binary101000011010010101101101100110111011101100011111101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A152B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A152B6; }

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

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

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

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

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

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

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

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