#AA62BD

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

Shades of Deep Lilac #AA62BD

Tints of Deep Lilac #AA62BD

Color information

#AA62BD (or 0xAA62BD) is unknown color: approx Deep Lilac. HEX triplet: AA, 62 and BD. RGB value is (170,98,189). Sum of RGB (Red+Green+Blue) = 170+98+189=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 98 (38.67% from 255 or 21.44% from 457); Blue value is 189 (74.22% from 255 or 41.36% from 457); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA62BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA62BD is #559D42. Grayscale: #818181. Windows color (decimal): -5610819 or 12411562. OLE color: 12411562.

HSL color Cylindrical-coordinate representation of color #AA62BD: hue angle of 287.47º degrees, saturation: 0.41, 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 #AA62BD is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB17098189-
CMYK0.100.4800.26
HSL287.47º40.81%56.27%-
HSV(B)287.47º48.15%74.12%-
XYZ30.1320.9650.6-
YUV129.9161.35156.6-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.20%
GREEN value IS 98 (38.67% from 255) = 21.44%
BLUE value IS 189 (74.22% from 255) = 41.36%
R=37.20%
G=21.44%
B=41.36%

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
Decimal170981890.100.4800.26287.4740.8156.27
HexAA62BDA3001A11f2938
Octal25214227512600324375170
Binary101010101100010101111011010110000011010100011111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA62BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA62BD; }

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

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

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

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

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

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

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

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