#AA64BE

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

Shades of Deep Lilac #AA64BE

Tints of Deep Lilac #AA64BE

Color information

#AA64BE (or 0xAA64BE) is unknown color: approx Deep Lilac. HEX triplet: AA, 64 and BE. RGB value is (170,100,190). Sum of RGB (Red+Green+Blue) = 170+100+190=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA64BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA64BE is #559B41. Grayscale: #828282. Windows color (decimal): -5610306 or 12477610. OLE color: 12477610.

HSL color Cylindrical-coordinate representation of color #AA64BE: hue angle of 286.67º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA64BE is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB170100190-
CMYK0.110.4700.25
HSL286.67º40.91%56.86%-
HSV(B)286.67º47.37%74.51%-
XYZ30.4321.3851.24-
YUV131.19161.19155.68-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.96%
GREEN value IS 100 (39.45% from 255) = 21.74%
BLUE value IS 190 (74.61% from 255) = 41.30%
R=36.96%
G=21.74%
B=41.30%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701001900.110.4700.25286.6740.9156.86
HexAA64BEB2F01911f2939
Octal25214427613570314375171
Binary101010101100100101111101011101111011001100011111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA64BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA64BE; }

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

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

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

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

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

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

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

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