#A852B4

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

Shades of Deep Lilac #A852B4

Tints of Deep Lilac #A852B4

Color information

#A852B4 (or 0xA852B4) is unknown color: approx Deep Lilac. HEX triplet: A8, 52 and B4. RGB value is (168,82,180). Sum of RGB (Red+Green+Blue) = 168+82+180=430 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.07% from 430); Green value is 82 (32.42% from 255 or 19.07% from 430); Blue value is 180 (70.70% from 255 or 41.86% from 430); Max value from RGB is 180 - color contains mainly: blue. Hex color #A852B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A852B4 is #57AD4B. Grayscale: #767676. Windows color (decimal): -5745996 or 11817640. OLE color: 11817640.

HSL color Cylindrical-coordinate representation of color #A852B4: hue angle of 292.65º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A852B4 is Cyan = 0.07, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16882180-
CMYK0.070.5400.29
HSL292.65º39.52%51.37%-
HSV(B)292.65º54.44%70.59%-
XYZ27.417.6545.14-
YUV118.89162.49163.03-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.07%
GREEN value IS 82 (32.42% from 255) = 19.07%
BLUE value IS 180 (70.70% from 255) = 41.86%
R=39.07%
G=19.07%
B=41.86%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal168821800.070.5400.29292.6539.5251.37
HexA852B473601D1252833
Octal2501222647660354455063
Binary10101000101001010110100111110110011101100100101101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A852B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A852B4; }

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

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

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

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

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

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

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

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