#AA63BB

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

Shades of Deep Lilac #AA63BB

Tints of Deep Lilac #AA63BB

Color information

#AA63BB (or 0xAA63BB) is unknown color: approx Deep Lilac. HEX triplet: AA, 63 and BB. RGB value is (170,99,187). Sum of RGB (Red+Green+Blue) = 170+99+187=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 99 (39.06% from 255 or 21.71% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA63BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA63BB is #559C44. Grayscale: #818181. Windows color (decimal): -5610565 or 12280746. OLE color: 12280746.

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

Color convert

RGB17099187-
CMYK0.090.4700.27
HSL288.41º39.29%56.08%-
HSV(B)288.41º47.06%73.33%-
XYZ30.0121.0649.5-
YUV130.26160.02156.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.28%
GREEN value IS 99 (39.06% from 255) = 21.71%
BLUE value IS 187 (73.44% from 255) = 41.01%
R=37.28%
G=21.71%
B=41.01%

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
Decimal170991870.090.4700.27288.4139.2956.08
HexAA63BB92F01B1202738
Octal25214327311570334404770
Binary101010101100011101110111001101111011011100100000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA63BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA63BB; }

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

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

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

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

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

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

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

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