#AA65BD

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

Shades of Deep Lilac #AA65BD

Tints of Deep Lilac #AA65BD

Color information

#AA65BD (or 0xAA65BD) is unknown color: approx Deep Lilac. HEX triplet: AA, 65 and BD. RGB value is (170,101,189). Sum of RGB (Red+Green+Blue) = 170+101+189=460 (60% of max value = 765). Red value is 170 (66.80% from 255 or 36.96% from 460); Green value is 101 (39.84% from 255 or 21.96% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA65BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA65BD is #559A42. Grayscale: #838383. Windows color (decimal): -5610051 or 12412330. OLE color: 12412330.

HSL color Cylindrical-coordinate representation of color #AA65BD: hue angle of 287.05º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA65BD is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB170101189-
CMYK0.100.4700.26
HSL287.05º40%56.86%-
HSV(B)287.05º46.56%74.12%-
XYZ30.4221.5350.7-
YUV131.66160.36155.34-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.96%
GREEN value IS 101 (39.84% from 255) = 21.96%
BLUE value IS 189 (74.22% from 255) = 41.09%
R=36.96%
G=21.96%
B=41.09%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701011890.100.4700.26287.054056.86
HexAA65BDA2F01A11f2839
Octal25214527512570324375071
Binary101010101100101101111011010101111011010100011111101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA65BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA65BD; }

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

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

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

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

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

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

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

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