#A962B9

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

Shades of Deep Lilac #A962B9

Tints of Deep Lilac #A962B9

Color information

#A962B9 (or 0xA962B9) is unknown color: approx Deep Lilac. HEX triplet: A9, 62 and B9. RGB value is (169,98,185). Sum of RGB (Red+Green+Blue) = 169+98+185=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 98 (38.67% from 255 or 21.68% from 452); Blue value is 185 (72.66% from 255 or 40.93% from 452); Max value from RGB is 185 - color contains mainly: blue. Hex color #A962B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A962B9 is #569D46. Grayscale: #808080. Windows color (decimal): -5676359 or 12149417. OLE color: 12149417.

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

Color convert

RGB16998185-
CMYK0.090.4700.27
HSL288.97º38.33%55.49%-
HSV(B)288.97º47.03%72.55%-
XYZ29.4920.6748.34-
YUV129.15159.52156.43-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 37.39%
GREEN value IS 98 (38.67% from 255) = 21.68%
BLUE value IS 185 (72.66% from 255) = 40.93%
R=37.39%
G=21.68%
B=40.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal169981850.090.4700.27288.9738.3355.49
HexA962B992F01B1212637
Octal25114227111570334414667
Binary101010011100010101110011001101111011011100100001100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A962B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A962B9; }

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

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

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

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

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

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

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

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