Html Css Color HEX #AA49BA Deep Lilac

📋 copy color: '#AA49BA'

red 170 ◦ green 73 ◦ blue 186

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

Shades of Deep Lilac #AA49BA

Tints of Deep Lilac #AA49BA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.02%

 BLUE value IS 186 (73.05% from 255) = 43.36%

R = 39.63%
G = 17.02%
B = 43.36%

CMYK

 C value IS 0.09

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA49BA (or 0xAA49BA) is known color: Deep Lilac. HEX triplet: AA, 49 and BA. RGB value is (170,73,186). Sum of RGB (Red+Green+Blue) = 170+73+186=429 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.63% from 429); Green value is 73 (28.91% from 255 or 17.02% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #AA49BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA49BA is #55B645. Grayscale: #727272. Windows color (decimal): -5617222 or 12208554. OLE color: 12208554.

HSL color Cylindrical-coordinate representation of color #AA49BA: hue angle of 291.5º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA49BA is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 73 186 -
CMYK 0.09 0.61 0 0.27
HSL 291.5º 0.45% 0.51% -
HSV(B) 291.5º 0.61% 0.73% -
XYZ 27.82 16.86 48.24 -
YUV 114.89 168.14 167.31 -
System Red Green Blue C M Y K H S L
Decimal 170 73 186 0.09 0.61 0 0.27 291.5 0.45 0.51
Hex AA 49 BA 9 3D 0 1B 124 2D 33
Octal 252 111 272 11 75 0 33 444 55 63
Binary 10101010 1001001 10111010 1001 111101 0 11011 100100100 101101 110011

Color Harmonies of #AA49BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA49BA

Black with #AA49BA

Text Example


Text Example

White with #AA49BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA49BA; }

 p { color: rgb(170,73,186); }

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

background-color css

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

 a { background-color: rgb(170,73,186); }

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

border-color css

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

 span { border-color: rgb(170,73,186); }

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