#A252B5

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

Shades of Deep Lilac #A252B5

Tints of Deep Lilac #A252B5

Color information

#A252B5 (or 0xA252B5) is unknown color: approx Deep Lilac. HEX triplet: A2, 52 and B5. RGB value is (162,82,181). Sum of RGB (Red+Green+Blue) = 162+82+181=425 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.12% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 181 (71.09% from 255 or 42.59% from 425); Max value from RGB is 181 - color contains mainly: blue. Hex color #A252B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A252B5 is #5DAD4A. Grayscale: #747474. Windows color (decimal): -6139211 or 11883170. OLE color: 11883170.

HSL color Cylindrical-coordinate representation of color #A252B5: hue angle of 288.48º degrees, saturation: 0.4, 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 #A252B5 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16282181-
CMYK0.100.5500.29
HSL288.48º40.08%51.57%-
HSV(B)288.48º54.7%70.98%-
XYZ26.2617.0545.62-
YUV117.21164159.95-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.12%
GREEN value IS 82 (32.42% from 255) = 19.29%
BLUE value IS 181 (71.09% from 255) = 42.59%
R=38.12%
G=19.29%
B=42.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal162821810.100.5500.29288.4840.0851.57
HexA252B5A3701D1202834
Octal24212226512670354405064
Binary101000101010010101101011010110111011101100100000101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A252B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A252B5; }

 p { color: rgb(162,82,181); }

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

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

 a { background-color: rgb(162,82,181); }

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

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

 span { border-color: rgb(162,82,181); }

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