#AA69BA

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

Shades of Deep Lilac #AA69BA

Tints of Deep Lilac #AA69BA

Color information

#AA69BA (or 0xAA69BA) is unknown color: approx Deep Lilac. HEX triplet: AA, 69 and BA. RGB value is (170,105,186). Sum of RGB (Red+Green+Blue) = 170+105+186=461 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.88% from 461); Green value is 105 (41.41% from 255 or 22.78% from 461); Blue value is 186 (73.05% from 255 or 40.35% from 461); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA69BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA69BA is #559645. Grayscale: #858585. Windows color (decimal): -5609030 or 12216746. OLE color: 12216746.

HSL color Cylindrical-coordinate representation of color #AA69BA: hue angle of 288.15º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA69BA is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB170105186-
CMYK0.090.4400.27
HSL288.15º36.99%57.06%-
HSV(B)288.15º43.55%72.94%-
XYZ30.4922.1949.13-
YUV133.67157.53153.91-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.88%
GREEN value IS 105 (41.41% from 255) = 22.78%
BLUE value IS 186 (73.05% from 255) = 40.35%
R=36.88%
G=22.78%
B=40.35%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701051860.090.4400.27288.1536.9957.06
HexAA69BA92C01B1202539
Octal25215127211540334404571
Binary101010101101001101110101001101100011011100100000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA69BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA69BA; }

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

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

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

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

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

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

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

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