#AA50BA

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

Shades of Deep Lilac #AA50BA

Tints of Deep Lilac #AA50BA

Color information

#AA50BA (or 0xAA50BA) is unknown color: approx Deep Lilac. HEX triplet: AA, 50 and BA. RGB value is (170,80,186). Sum of RGB (Red+Green+Blue) = 170+80+186=436 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.99% from 436); Green value is 80 (31.64% from 255 or 18.35% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA50BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA50BA is #55AF45. Grayscale: #767676. Windows color (decimal): -5615430 or 12210346. OLE color: 12210346.

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

Color convert

RGB17080186-
CMYK0.090.5700.27
HSL290.94º43.44%52.16%-
HSV(B)290.94º56.99%72.94%-
XYZ28.3117.8348.4-
YUV118.99165.82164.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.99%
GREEN value IS 80 (31.64% from 255) = 18.35%
BLUE value IS 186 (73.05% from 255) = 42.66%
R=38.99%
G=18.35%
B=42.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170801860.090.5700.27290.9443.4452.16
HexAA50BA93901B1232b34
Octal25212027211710334435364
Binary101010101010000101110101001111001011011100100011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA50BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA50BA; }

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

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

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

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

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

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

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

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