#AA6ABA

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

Shades of Deep Lilac #AA6ABA

Tints of Deep Lilac #AA6ABA

Color information

#AA6ABA (or 0xAA6ABA) is unknown color: approx Deep Lilac. HEX triplet: AA, 6A and BA. RGB value is (170,106,186). Sum of RGB (Red+Green+Blue) = 170+106+186=462 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.80% from 462); Green value is 106 (41.80% from 255 or 22.94% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA6ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA6ABA is #559545. Grayscale: #868686. Windows color (decimal): -5608774 or 12217002. OLE color: 12217002.

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

Color convert

RGB170106186-
CMYK0.090.4300.27
HSL288º36.7%57.25%-
HSV(B)288º43.01%72.94%-
XYZ30.5922.449.17-
YUV134.26157.2153.5-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.80%
GREEN value IS 106 (41.80% from 255) = 22.94%
BLUE value IS 186 (73.05% from 255) = 40.26%
R=36.80%
G=22.94%
B=40.26%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1701061860.090.4300.2728836.757.25
HexAA6ABA92B01B1202539
Octal25215227211530334404571
Binary101010101101010101110101001101011011011100100000100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA6ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA6ABA; }

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

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

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

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

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

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

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

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