#A252BE

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

Shades of Deep Lilac #A252BE

Tints of Deep Lilac #A252BE

Color information

#A252BE (or 0xA252BE) is unknown color: approx Deep Lilac. HEX triplet: A2, 52 and BE. RGB value is (162,82,190). Sum of RGB (Red+Green+Blue) = 162+82+190=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #A252BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A252BE is #5DAD41. Grayscale: #757575. Windows color (decimal): -6139202 or 12472994. OLE color: 12472994.

HSL color Cylindrical-coordinate representation of color #A252BE: hue angle of 284.44º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A252BE is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16282190-
CMYK0.150.5700.25
HSL284.44º45.38%53.33%-
HSV(B)284.44º56.84%74.51%-
XYZ27.2117.4350.65-
YUV118.23168.5159.22-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.33%
GREEN value IS 82 (32.42% from 255) = 18.89%
BLUE value IS 190 (74.61% from 255) = 43.78%
R=37.33%
G=18.89%
B=43.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal162821900.150.5700.25284.4445.3853.33
HexA252BEF3901911c2d35
Octal24212227617710314345565
Binary101000101010010101111101111111001011001100011100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A252BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A252BE; }

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

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

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

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

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

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

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

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