#AA63BD

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

Shades of Deep Lilac #AA63BD

Tints of Deep Lilac #AA63BD

Color information

#AA63BD (or 0xAA63BD) is unknown color: approx Deep Lilac. HEX triplet: AA, 63 and BD. RGB value is (170,99,189). Sum of RGB (Red+Green+Blue) = 170+99+189=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 99 (39.06% from 255 or 21.62% from 458); Blue value is 189 (74.22% from 255 or 41.27% from 458); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA63BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA63BD is #559C42. Grayscale: #828282. Windows color (decimal): -5610563 or 12411818. OLE color: 12411818.

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

Color convert

RGB17099189-
CMYK0.100.4800.26
HSL287.33º40.54%56.47%-
HSV(B)287.33º47.62%74.12%-
XYZ30.2221.1450.63-
YUV130.49161.02156.18-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.12%
GREEN value IS 99 (39.06% from 255) = 21.62%
BLUE value IS 189 (74.22% from 255) = 41.27%
R=37.12%
G=21.62%
B=41.27%

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
Decimal170991890.100.4800.26287.3340.5456.47
HexAA63BDA3001A11f2938
Octal25214327512600324375170
Binary101010101100011101111011010110000011010100011111101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA63BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA63BD; }

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

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

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

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

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

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

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

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