Html Css Color HEX #AA59BF Deep Lilac

📋 copy color: '#AA59BF'

red 170 ◦ green 89 ◦ blue 191

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

Shades of Deep Lilac #AA59BF

Tints of Deep Lilac #AA59BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.44%

R = 37.78%
G = 19.78%
B = 42.44%

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

#AA59BF (or 0xAA59BF) is known color: Deep Lilac. HEX triplet: AA, 59 and BF. RGB value is (170,89,191). Sum of RGB (Red+Green+Blue) = 170+89+191=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 89 (35.16% from 255 or 19.78% from 450); Blue value is 191 (75% from 255 or 42.44% from 450); Max value from RGB is 191 - color contains mainly: blue. Hex color #AA59BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA59BF is #55A640. Grayscale: #7C7C7C. Windows color (decimal): -5613121 or 12540330. OLE color: 12540330.

HSL color Cylindrical-coordinate representation of color #AA59BF: hue angle of 287.65º 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 #AA59BF is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 89 191 -
CMYK 0.11 0.53 0 0.25
HSL 287.65º 0.44% 0.55% -
HSV(B) 287.65º 0.53% 0.75% -
XYZ 29.55 19.45 51.49 -
YUV 124.85 165.34 160.21 -
System Red Green Blue C M Y K H S L
Decimal 170 89 191 0.11 0.53 0 0.25 287.65 0.44 0.55
Hex AA 59 BF B 35 0 19 120 2C 37
Octal 252 131 277 13 65 0 31 440 54 67
Binary 10101010 1011001 10111111 1011 110101 0 11001 100100000 101100 110111

Color Harmonies of #AA59BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA59BF

Black with #AA59BF

Text Example


Text Example

White with #AA59BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA59BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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