Html Css Color HEX #AA59BD Deep Lilac

📋 copy color: '#AA59BD'

red 170 ◦ green 89 ◦ blue 189

#AA59BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #AA59BD

Tints of Deep Lilac #AA59BD

RGB

 RED value IS 170 (66.8% from 255) = 37.95%

 GREEN value IS 89 (35.16% from 255) = 19.87%

 BLUE value IS 189 (74.22% from 255) = 42.19%

R = 37.95%
G = 19.87%
B = 42.19%

CMYK

 C value IS 0.10

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA59BD (or 0xAA59BD) is known color: Deep Lilac. HEX triplet: AA, 59 and BD. RGB value is (170,89,189). Sum of RGB (Red+Green+Blue) = 170+89+189=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 89 (35.16% from 255 or 19.87% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 189 - color contains mainly: blue. Hex color #AA59BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA59BD is #55A642. Grayscale: #7C7C7C. Windows color (decimal): -5613123 or 12409258. OLE color: 12409258.

HSL color Cylindrical-coordinate representation of color #AA59BD: hue angle of 288.6º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA59BD is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 89 189 -
CMYK 0.10 0.53 0 0.26
HSL 288.6º 0.43% 0.55% -
HSV(B) 288.6º 0.53% 0.74% -
XYZ 29.34 19.36 50.34 -
YUV 124.62 164.34 160.37 -
System Red Green Blue C M Y K H S L
Decimal 170 89 189 0.10 0.53 0 0.26 288.6 0.43 0.55
Hex AA 59 BD A 35 0 1A 121 2B 37
Octal 252 131 275 12 65 0 32 441 53 67
Binary 10101010 1011001 10111101 1010 110101 0 11010 100100001 101011 110111

Color Harmonies of #AA59BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA59BD

Black with #AA59BD

Text Example


Text Example

White with #AA59BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA59BD; }

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

 H1.HeaderClassName
 {
   color: #AA59BD;
 }
 .AnyTagClassName
 {
   color: #AA59BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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