#AA64B9

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

Shades of Deep Lilac #AA64B9

Tints of Deep Lilac #AA64B9

Color information

#AA64B9 (or 0xAA64B9) is unknown color: approx Deep Lilac. HEX triplet: AA, 64 and B9. RGB value is (170,100,185). Sum of RGB (Red+Green+Blue) = 170+100+185=455 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.36% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 185 (72.66% from 255 or 40.66% from 455); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA64B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA64B9 is #559B46. Grayscale: #828282. Windows color (decimal): -5610311 or 12149930. OLE color: 12149930.

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

Color convert

RGB170100185-
CMYK0.080.4600.27
HSL289.41º37.78%55.88%-
HSV(B)289.41º45.95%72.55%-
XYZ29.8921.1648.41-
YUV130.62158.69156.09-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.36%
GREEN value IS 100 (39.45% from 255) = 21.98%
BLUE value IS 185 (72.66% from 255) = 40.66%
R=37.36%
G=21.98%
B=40.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701001850.080.4600.27289.4137.7855.88
HexAA64B982E01B1212638
Octal25214427110560334414670
Binary101010101100100101110011000101110011011100100001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA64B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA64B9; }

 p { color: rgb(170,100,185); }

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

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

 a { background-color: rgb(170,100,185); }

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

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

 span { border-color: rgb(170,100,185); }

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