#AA62BC

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

Shades of Deep Lilac #AA62BC

Tints of Deep Lilac #AA62BC

Color information

#AA62BC (or 0xAA62BC) is unknown color: approx Deep Lilac. HEX triplet: AA, 62 and BC. RGB value is (170,98,188). Sum of RGB (Red+Green+Blue) = 170+98+188=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 188 (73.83% from 255 or 41.23% from 456); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA62BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA62BC is #559D43. Grayscale: #818181. Windows color (decimal): -5610820 or 12346026. OLE color: 12346026.

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

Color convert

RGB17098188-
CMYK0.100.4800.26
HSL288º40.18%56.08%-
HSV(B)288º47.87%73.73%-
XYZ30.0220.9150.03-
YUV129.79160.85156.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.28%
GREEN value IS 98 (38.67% from 255) = 21.49%
BLUE value IS 188 (73.83% from 255) = 41.23%
R=37.28%
G=21.49%
B=41.23%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal170981880.100.4800.2628840.1856.08
HexAA62BCA3001A1202838
Octal25214227412600324405070
Binary101010101100010101111001010110000011010100100000101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA62BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA62BC; }

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

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

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

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

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

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

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

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