#AA69BE

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

Shades of Deep Lilac #AA69BE

Tints of Deep Lilac #AA69BE

Color information

#AA69BE (or 0xAA69BE) is unknown color: approx Deep Lilac. HEX triplet: AA, 69 and BE. RGB value is (170,105,190). Sum of RGB (Red+Green+Blue) = 170+105+190=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 190 (74.61% from 255 or 40.86% from 465); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA69BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA69BE is #559641. Grayscale: #858585. Windows color (decimal): -5609026 or 12478890. OLE color: 12478890.

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

Color convert

RGB170105190-
CMYK0.110.4500.25
HSL285.88º39.53%57.84%-
HSV(B)285.88º44.74%74.51%-
XYZ30.9222.3751.4-
YUV134.12159.53153.59-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.56%
GREEN value IS 105 (41.41% from 255) = 22.58%
BLUE value IS 190 (74.61% from 255) = 40.86%
R=36.56%
G=22.58%
B=40.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1701051900.110.4500.25285.8839.5357.84
HexAA69BEB2D01911e283a
Octal25215127613550314365072
Binary101010101101001101111101011101101011001100011110101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA69BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA69BE; }

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

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

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

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

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

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

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

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