#A852C9

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

Shades of Deep Lilac #A852C9

Tints of Deep Lilac #A852C9

Color information

#A852C9 (or 0xA852C9) is unknown color: approx Deep Lilac. HEX triplet: A8, 52 and C9. RGB value is (168,82,201). Sum of RGB (Red+Green+Blue) = 168+82+201=451 (59% of max value = 765). Red value is 168 (66.02% from 255 or 37.25% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 201 (78.91% from 255 or 44.57% from 451); Max value from RGB is 201 - color contains mainly: blue. Hex color #A852C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A852C9 is #57AD36. Grayscale: #787878. Windows color (decimal): -5745975 or 13193896. OLE color: 13193896.

HSL color Cylindrical-coordinate representation of color #A852C9: hue angle of 283.36º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A852C9 is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16882201-
CMYK0.160.5900.21
HSL283.36º52.42%55.49%-
HSV(B)283.36º59.2%78.82%-
XYZ29.7118.5857.28-
YUV121.28172.99161.32-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.25%
GREEN value IS 82 (32.42% from 255) = 18.18%
BLUE value IS 201 (78.91% from 255) = 44.57%
R=37.25%
G=18.18%
B=44.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal168822010.160.5900.21283.3652.4255.49
HexA852C9103B01511b3437
Octal25012231120730254336467
Binary1010100010100101100100110000111011010101100011011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A852C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A852C9; }

 p { color: rgb(168,82,201); }

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

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

 a { background-color: rgb(168,82,201); }

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

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

 span { border-color: rgb(168,82,201); }

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