#AA5DBA

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

Shades of Deep Lilac #AA5DBA

Tints of Deep Lilac #AA5DBA

Color information

#AA5DBA (or 0xAA5DBA) is unknown color: approx Deep Lilac. HEX triplet: AA, 5D and BA. RGB value is (170,93,186). Sum of RGB (Red+Green+Blue) = 170+93+186=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 93 (36.72% from 255 or 20.71% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA5DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA5DBA is #55A245. Grayscale: #7E7E7E. Windows color (decimal): -5612102 or 12213674. OLE color: 12213674.

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

Color convert

RGB17093186-
CMYK0.090.500.27
HSL289.68º40.26%54.71%-
HSV(B)289.68º50%72.94%-
XYZ29.3519.9248.75-
YUV126.62161.51158.94-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.86%
GREEN value IS 93 (36.72% from 255) = 20.71%
BLUE value IS 186 (73.05% from 255) = 41.43%
R=37.86%
G=20.71%
B=41.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal170931860.090.500.27289.6840.2654.71
HexAA5DBA93201B1222837
Octal25213527211620334425067
Binary101010101011101101110101001110010011011100100010101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA5DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA5DBA; }

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

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

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

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

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

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

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

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