#A952B9

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

Shades of Deep Lilac #A952B9

Tints of Deep Lilac #A952B9

Color information

#A952B9 (or 0xA952B9) is unknown color: approx Deep Lilac. HEX triplet: A9, 52 and B9. RGB value is (169,82,185). Sum of RGB (Red+Green+Blue) = 169+82+185=436 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.76% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 185 (72.66% from 255 or 42.43% from 436); Max value from RGB is 185 - color contains mainly: blue. Hex color #A952B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A952B9 is #56AD46. Grayscale: #777777. Windows color (decimal): -5680455 or 12145321. OLE color: 12145321.

HSL color Cylindrical-coordinate representation of color #A952B9: hue angle of 290.68º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A952B9 is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16982185-
CMYK0.090.5600.27
HSL290.68º42.39%52.35%-
HSV(B)290.68º55.68%72.55%-
XYZ28.1417.9747.89-
YUV119.76164.82163.12-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.76%
GREEN value IS 82 (32.42% from 255) = 18.81%
BLUE value IS 185 (72.66% from 255) = 42.43%
R=38.76%
G=18.81%
B=42.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169821850.090.5600.27290.6842.3952.35
HexA952B993801B1232a34
Octal25112227111700334435264
Binary101010011010010101110011001111000011011100100011101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A952B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A952B9; }

 p { color: rgb(169,82,185); }

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

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

 a { background-color: rgb(169,82,185); }

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

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

 span { border-color: rgb(169,82,185); }

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