#AA62BB

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

Shades of Deep Lilac #AA62BB

Tints of Deep Lilac #AA62BB

Color information

#AA62BB (or 0xAA62BB) is unknown color: approx Deep Lilac. HEX triplet: AA, 62 and BB. RGB value is (170,98,187). Sum of RGB (Red+Green+Blue) = 170+98+187=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 98 (38.67% from 255 or 21.54% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA62BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA62BB is #559D44. Grayscale: #818181. Windows color (decimal): -5610821 or 12280490. OLE color: 12280490.

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

Color convert

RGB17098187-
CMYK0.090.4800.27
HSL288.54º39.56%55.88%-
HSV(B)288.54º47.59%73.33%-
XYZ29.9120.8749.47-
YUV129.67160.35156.76-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.36%
GREEN value IS 98 (38.67% from 255) = 21.54%
BLUE value IS 187 (73.44% from 255) = 41.10%
R=37.36%
G=21.54%
B=41.10%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170981870.090.4800.27288.5439.5655.88
HexAA62BB93001B1212838
Octal25214227311600334415070
Binary101010101100010101110111001110000011011100100001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA62BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA62BB; }

 p { color: rgb(170,98,187); }

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

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

 a { background-color: rgb(170,98,187); }

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

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

 span { border-color: rgb(170,98,187); }

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