#AA59C1

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

Shades of Deep Lilac #AA59C1

Tints of Deep Lilac #AA59C1

Color information

#AA59C1 (or 0xAA59C1) is unknown color: approx Deep Lilac. HEX triplet: AA, 59 and C1. RGB value is (170,89,193). Sum of RGB (Red+Green+Blue) = 170+89+193=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 89 (35.16% from 255 or 19.69% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 193 - color contains mainly: blue. Hex color #AA59C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA59C1 is #55A63E. Grayscale: #7C7C7C. Windows color (decimal): -5613119 or 12671402. OLE color: 12671402.

HSL color Cylindrical-coordinate representation of color #AA59C1: hue angle of 286.73º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AA59C1 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17089193-
CMYK0.120.5400.24
HSL286.73º45.61%55.29%-
HSV(B)286.73º53.89%75.69%-
XYZ29.7819.5452.65-
YUV125.07166.34160.04-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.61%
GREEN value IS 89 (35.16% from 255) = 19.69%
BLUE value IS 193 (75.78% from 255) = 42.70%
R=37.61%
G=19.69%
B=42.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal170891930.120.5400.24286.7345.6155.29
HexAA59C1C3601811f2e37
Octal25213130114660304375667
Binary101010101011001110000011100110110011000100011111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA59C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA59C1; }

 p { color: rgb(170,89,193); }

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

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

 a { background-color: rgb(170,89,193); }

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

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

 span { border-color: rgb(170,89,193); }

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