#A252CC

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

Shades of Deep Lilac #A252CC

Tints of Deep Lilac #A252CC

Color information

#A252CC (or 0xA252CC) is unknown color: approx Deep Lilac. HEX triplet: A2, 52 and CC. RGB value is (162,82,204). Sum of RGB (Red+Green+Blue) = 162+82+204=448 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.16% from 448); Green value is 82 (32.42% from 255 or 18.30% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #A252CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A252CC is #5DAD33. Grayscale: #777777. Windows color (decimal): -6139188 or 13390498. OLE color: 13390498.

HSL color Cylindrical-coordinate representation of color #A252CC: hue angle of 279.34º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A252CC is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16282204-
CMYK0.210.6000.2
HSL279.34º54.46%56.08%-
HSV(B)279.34º59.8%80%-
XYZ28.8218.0859.1-
YUV119.83175.5158.08-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.16%
GREEN value IS 82 (32.42% from 255) = 18.30%
BLUE value IS 204 (80.08% from 255) = 45.54%
R=36.16%
G=18.30%
B=45.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal162822040.210.6000.2279.3454.4656.08
HexA252CC153C0141173638
Octal24212231425740244276670
Binary1010001010100101100110010101111100010100100010111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A252CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A252CC; }

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

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

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

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

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

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

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

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