Html Css Color HEX #AA49B9 Deep Lilac

📋 copy color: '#AA49B9'

red 170 ◦ green 73 ◦ blue 185

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

Shades of Deep Lilac #AA49B9

Tints of Deep Lilac #AA49B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 43.22%

R = 39.72%
G = 17.06%
B = 43.22%

CMYK

 C value IS 0.08

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AA49B9 (or 0xAA49B9) is known color: Deep Lilac. HEX triplet: AA, 49 and B9. RGB value is (170,73,185). Sum of RGB (Red+Green+Blue) = 170+73+185=428 (56% of max value = 765). Red value is 170 (66.80% from 255 or 39.72% from 428); Green value is 73 (28.91% from 255 or 17.06% from 428); Blue value is 185 (72.66% from 255 or 43.22% from 428); Max value from RGB is 185 - color contains mainly: blue. Hex color #AA49B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA49B9 is #55B646. Grayscale: #727272. Windows color (decimal): -5617223 or 12143018. OLE color: 12143018.

HSL color Cylindrical-coordinate representation of color #AA49B9: hue angle of 291.96º degrees, saturation: 0.44, 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 #AA49B9 is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 73 185 -
CMYK 0.08 0.61 0 0.27
HSL 291.96º 0.44% 0.51% -
HSV(B) 291.96º 0.61% 0.73% -
XYZ 27.72 16.81 47.68 -
YUV 114.77 167.64 167.39 -
System Red Green Blue C M Y K H S L
Decimal 170 73 185 0.08 0.61 0 0.27 291.96 0.44 0.51
Hex AA 49 B9 8 3D 0 1B 124 2C 33
Octal 252 111 271 10 75 0 33 444 54 63
Binary 10101010 1001001 10111001 1000 111101 0 11011 100100100 101100 110011

Color Harmonies of #AA49B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA49B9

Black with #AA49B9

Text Example


Text Example

White with #AA49B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA49B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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