Html Css Color HEX #AA59BC Deep Lilac

📋 copy color: '#AA59BC'

red 170 ◦ green 89 ◦ blue 188

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

Shades of Deep Lilac #AA59BC

Tints of Deep Lilac #AA59BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.06%

R = 38.03%
G = 19.91%
B = 42.06%

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

#AA59BC (or 0xAA59BC) is known color: Deep Lilac. HEX triplet: AA, 59 and BC. RGB value is (170,89,188). Sum of RGB (Red+Green+Blue) = 170+89+188=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA59BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA59BC is #55A643. Grayscale: #7C7C7C. Windows color (decimal): -5613124 or 12343722. OLE color: 12343722.

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

Color convert

RGB 170 89 188 -
CMYK 0.10 0.53 0 0.26
HSL 289.09º 0.42% 0.54% -
HSV(B) 289.09º 0.53% 0.74% -
XYZ 29.23 19.32 49.77 -
YUV 124.51 163.84 160.45 -
System Red Green Blue C M Y K H S L
Decimal 170 89 188 0.10 0.53 0 0.26 289.09 0.42 0.54
Hex AA 59 BC A 35 0 1A 121 2A 36
Octal 252 131 274 12 65 0 32 441 52 66
Binary 10101010 1011001 10111100 1010 110101 0 11010 100100001 101010 110110

Color Harmonies of #AA59BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA59BC

Black with #AA59BC

Text Example


Text Example

White with #AA59BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA59BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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