#AA6EBA

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

Shades of Deep Lilac #AA6EBA

Tints of Deep Lilac #AA6EBA

Color information

#AA6EBA (or 0xAA6EBA) is unknown color: approx Deep Lilac. HEX triplet: AA, 6E and BA. RGB value is (170,110,186). Sum of RGB (Red+Green+Blue) = 170+110+186=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 110 (43.36% from 255 or 23.61% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA6EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6EBA is #559145. Grayscale: #888888. Windows color (decimal): -5607750 or 12218026. OLE color: 12218026.

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

Color convert

RGB170110186-
CMYK0.090.4100.27
HSL287.37º35.51%58.04%-
HSV(B)287.37º40.86%72.94%-
XYZ31.0223.2449.31-
YUV136.6155.88151.82-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.48%
GREEN value IS 110 (43.36% from 255) = 23.61%
BLUE value IS 186 (73.05% from 255) = 39.91%
R=36.48%
G=23.61%
B=39.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701101860.090.4100.27287.3735.5158.04
HexAA6EBA92901B11f243a
Octal25215627211510334374472
Binary101010101101110101110101001101001011011100011111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6EBA; }

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

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

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

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

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

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

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

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