Html Css Color HEX #AA59BE Deep Lilac

📋 copy color: '#AA59BE'

red 170 ◦ green 89 ◦ blue 190

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

Shades of Deep Lilac #AA59BE

Tints of Deep Lilac #AA59BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.32%

R = 37.86%
G = 19.82%
B = 42.32%

CMYK

 C value IS 0.11

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA59BE (or 0xAA59BE) is known color: Deep Lilac. HEX triplet: AA, 59 and BE. RGB value is (170,89,190). Sum of RGB (Red+Green+Blue) = 170+89+190=449 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.86% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA59BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA59BE is #55A641. Grayscale: #7C7C7C. Windows color (decimal): -5613122 or 12474794. OLE color: 12474794.

HSL color Cylindrical-coordinate representation of color #AA59BE: hue angle of 288.12º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AA59BE is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 89 190 -
CMYK 0.11 0.53 0 0.25
HSL 288.12º 0.44% 0.55% -
HSV(B) 288.12º 0.53% 0.75% -
XYZ 29.44 19.41 50.91 -
YUV 124.73 164.84 160.29 -
System Red Green Blue C M Y K H S L
Decimal 170 89 190 0.11 0.53 0 0.25 288.12 0.44 0.55
Hex AA 59 BE B 35 0 19 120 2C 37
Octal 252 131 276 13 65 0 31 440 54 67
Binary 10101010 1011001 10111110 1011 110101 0 11001 100100000 101100 110111

Color Harmonies of #AA59BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA59BE

Black with #AA59BE

Text Example


Text Example

White with #AA59BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA59BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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