#AA5CBA

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

Shades of Deep Lilac #AA5CBA

Tints of Deep Lilac #AA5CBA

Color information

#AA5CBA (or 0xAA5CBA) is unknown color: approx Deep Lilac. HEX triplet: AA, 5C and BA. RGB value is (170,92,186). Sum of RGB (Red+Green+Blue) = 170+92+186=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA5CBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5CBA is #55A345. Grayscale: #7D7D7D. Windows color (decimal): -5612358 or 12213418. OLE color: 12213418.

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

Color convert

RGB17092186-
CMYK0.090.5100.27
HSL289.79º40.52%54.51%-
HSV(B)289.79º50.54%72.94%-
XYZ29.2719.7548.72-
YUV126.04161.84159.36-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.95%
GREEN value IS 92 (36.33% from 255) = 20.54%
BLUE value IS 186 (73.05% from 255) = 41.52%
R=37.95%
G=20.54%
B=41.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170921860.090.5100.27289.7940.5254.51
HexAA5CBA93301B1222937
Octal25213427211630334425167
Binary101010101011100101110101001110011011011100100010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5CBA; }

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

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

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

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

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

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

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

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