#AA64BA

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

Shades of Deep Lilac #AA64BA

Tints of Deep Lilac #AA64BA

Color information

#AA64BA (or 0xAA64BA) is unknown color: approx Deep Lilac. HEX triplet: AA, 64 and BA. RGB value is (170,100,186). Sum of RGB (Red+Green+Blue) = 170+100+186=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 100 (39.45% from 255 or 21.93% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA64BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA64BA is #559B45. Grayscale: #828282. Windows color (decimal): -5610310 or 12215466. OLE color: 12215466.

HSL color Cylindrical-coordinate representation of color #AA64BA: hue angle of 288.84º 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 #AA64BA is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170100186-
CMYK0.090.4600.27
HSL288.84º38.39%56.08%-
HSV(B)288.84º46.24%72.94%-
XYZ3021.2148.97-
YUV130.73159.19156.01-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.28%
GREEN value IS 100 (39.45% from 255) = 21.93%
BLUE value IS 186 (73.05% from 255) = 40.79%
R=37.28%
G=21.93%
B=40.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701001860.090.4600.27288.8438.3956.08
HexAA64BA92E01B1212638
Octal25214427211560334414670
Binary101010101100100101110101001101110011011100100001100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA64BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA64BA; }

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

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

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

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

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

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

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

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