#AA65BB

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

Shades of Deep Lilac #AA65BB

Tints of Deep Lilac #AA65BB

Color information

#AA65BB (or 0xAA65BB) is unknown color: approx Deep Lilac. HEX triplet: AA, 65 and BB. RGB value is (170,101,187). Sum of RGB (Red+Green+Blue) = 170+101+187=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 101 (39.84% from 255 or 22.05% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 187 - color contains mainly: blue. Hex color #AA65BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA65BB is #559A44. Grayscale: #838383. Windows color (decimal): -5610053 or 12281258. OLE color: 12281258.

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

Color convert

RGB170101187-
CMYK0.090.4600.27
HSL288.14º38.74%56.47%-
HSV(B)288.14º45.99%73.33%-
XYZ30.221.4449.56-
YUV131.44159.36155.51-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.12%
GREEN value IS 101 (39.84% from 255) = 22.05%
BLUE value IS 187 (73.44% from 255) = 40.83%
R=37.12%
G=22.05%
B=40.83%

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
Decimal1701011870.090.4600.27288.1438.7456.47
HexAA65BB92E01B1202738
Octal25214527311560334404770
Binary101010101100101101110111001101110011011100100000100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA65BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA65BB; }

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

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

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

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

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

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

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

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