#A252AF

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

Shades of Deep Lilac #A252AF

Tints of Deep Lilac #A252AF

Color information

#A252AF (or 0xA252AF) is unknown color: approx Deep Lilac. HEX triplet: A2, 52 and AF. RGB value is (162,82,175). Sum of RGB (Red+Green+Blue) = 162+82+175=419 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.66% from 419); Green value is 82 (32.42% from 255 or 19.57% from 419); Blue value is 175 (68.75% from 255 or 41.77% from 419); Max value from RGB is 175 - color contains mainly: blue. Hex color #A252AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A252AF is #5DAD50. Grayscale: #747474. Windows color (decimal): -6139217 or 11489954. OLE color: 11489954.

HSL color Cylindrical-coordinate representation of color #A252AF: hue angle of 291.61º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A252AF is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB16282175-
CMYK0.070.5300.31
HSL291.61º36.76%50.39%-
HSV(B)291.61º53.14%68.63%-
XYZ25.6616.8142.45-
YUV116.52161160.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.66%
GREEN value IS 82 (32.42% from 255) = 19.57%
BLUE value IS 175 (68.75% from 255) = 41.77%
R=38.66%
G=19.57%
B=41.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal162821750.070.5300.31291.6136.7650.39
HexA252AF73501F1242532
Octal2421222577650374444562
Binary10100010101001010101111111110101011111100100100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A252AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A252AF; }

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

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

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

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

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

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

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

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