#AA69BD

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

Shades of Deep Lilac #AA69BD

Tints of Deep Lilac #AA69BD

Color information

#AA69BD (or 0xAA69BD) is unknown color: approx Deep Lilac. HEX triplet: AA, 69 and BD. RGB value is (170,105,189). Sum of RGB (Red+Green+Blue) = 170+105+189=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 189 (74.22% from 255 or 40.73% from 464); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA69BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA69BD is #559642. Grayscale: #858585. Windows color (decimal): -5609027 or 12413354. OLE color: 12413354.

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

Color convert

RGB170105189-
CMYK0.100.4400.26
HSL286.43º38.89%57.65%-
HSV(B)286.43º44.44%74.12%-
XYZ30.8122.3250.83-
YUV134.01159.03153.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.64%
GREEN value IS 105 (41.41% from 255) = 22.63%
BLUE value IS 189 (74.22% from 255) = 40.73%
R=36.64%
G=22.63%
B=40.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1701051890.100.4400.26286.4338.8957.65
HexAA69BDA2C01A11e273a
Octal25215127512540324364772
Binary101010101101001101111011010101100011010100011110100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA69BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA69BD; }

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

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

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

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

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

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

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

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