Html Css Color HEX #AA56BE Deep Lilac

📋 copy color: '#AA56BE'

red 170 ◦ green 86 ◦ blue 190

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

Shades of Deep Lilac #AA56BE

Tints of Deep Lilac #AA56BE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.28%

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

R = 38.12%
G = 19.28%
B = 42.6%

CMYK

 C value IS 0.11

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA56BE (or 0xAA56BE) is known color: Deep Lilac. HEX triplet: AA, 56 and BE. RGB value is (170,86,190). Sum of RGB (Red+Green+Blue) = 170+86+190=446 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.12% from 446); Green value is 86 (33.98% from 255 or 19.28% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA56BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA56BE is #55A941. Grayscale: #7A7A7A. Windows color (decimal): -5613890 or 12474026. OLE color: 12474026.

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

Color convert

RGB 170 86 190 -
CMYK 0.11 0.55 0 0.25
HSL 288.46º 0.44% 0.54% -
HSV(B) 288.46º 0.55% 0.75% -
XYZ 29.2 18.92 50.83 -
YUV 122.97 165.83 161.54 -
System Red Green Blue C M Y K H S L
Decimal 170 86 190 0.11 0.55 0 0.25 288.46 0.44 0.54
Hex AA 56 BE B 37 0 19 120 2C 36
Octal 252 126 276 13 67 0 31 440 54 66
Binary 10101010 1010110 10111110 1011 110111 0 11001 100100000 101100 110110

Color Harmonies of #AA56BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA56BE

Black with #AA56BE

Text Example


Text Example

White with #AA56BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA56BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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