#AA61BA

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

Shades of Deep Lilac #AA61BA

Tints of Deep Lilac #AA61BA

Color information

#AA61BA (or 0xAA61BA) is unknown color: approx Deep Lilac. HEX triplet: AA, 61 and BA. RGB value is (170,97,186). Sum of RGB (Red+Green+Blue) = 170+97+186=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 186 (73.05% from 255 or 41.06% from 453); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA61BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA61BA is #559E45. Grayscale: #808080. Windows color (decimal): -5611078 or 12214698. OLE color: 12214698.

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

Color convert

RGB17097186-
CMYK0.090.4800.27
HSL289.21º39.21%55.49%-
HSV(B)289.21º47.85%72.94%-
XYZ29.7220.6448.87-
YUV128.97160.18157.26-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.53%
GREEN value IS 97 (38.28% from 255) = 21.41%
BLUE value IS 186 (73.05% from 255) = 41.06%
R=37.53%
G=21.41%
B=41.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170971860.090.4800.27289.2139.2155.49
HexAA61BA93001B1212737
Octal25214127211600334414767
Binary101010101100001101110101001110000011011100100001100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA61BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA61BA; }

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

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

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

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

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

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

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

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