Html Css Color HEX #AA51BE Deep Lilac

📋 copy color: '#AA51BE'

red 170 ◦ green 81 ◦ blue 190

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

Shades of Deep Lilac #AA51BE

Tints of Deep Lilac #AA51BE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.37%

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

R = 38.55%
G = 18.37%
B = 43.08%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AA51BE (or 0xAA51BE) is known color: Deep Lilac. HEX triplet: AA, 51 and BE. RGB value is (170,81,190). Sum of RGB (Red+Green+Blue) = 170+81+190=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 81 (32.03% from 255 or 18.37% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #AA51BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA51BE is #55AE41. Grayscale: #777777. Windows color (decimal): -5615170 or 12472746. OLE color: 12472746.

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

Color convert

RGB 170 81 190 -
CMYK 0.11 0.57 0 0.25
HSL 288.99º 0.46% 0.53% -
HSV(B) 288.99º 0.57% 0.75% -
XYZ 28.81 18.15 50.7 -
YUV 120.04 167.49 163.64 -
System Red Green Blue C M Y K H S L
Decimal 170 81 190 0.11 0.57 0 0.25 288.99 0.46 0.53
Hex AA 51 BE B 39 0 19 121 2E 35
Octal 252 121 276 13 71 0 31 441 56 65
Binary 10101010 1010001 10111110 1011 111001 0 11001 100100001 101110 110101

Color Harmonies of #AA51BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA51BE

Black with #AA51BE

Text Example


Text Example

White with #AA51BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA51BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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