Html Css Color HEX #AA49BC Deep Lilac

📋 copy color: '#AA49BC'

red 170 ◦ green 73 ◦ blue 188

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

Shades of Deep Lilac #AA49BC

Tints of Deep Lilac #AA49BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 43.62%

R = 39.44%
G = 16.94%
B = 43.62%

CMYK

 C value IS 0.10

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AA49BC (or 0xAA49BC) is known color: Deep Lilac. HEX triplet: AA, 49 and BC. RGB value is (170,73,188). Sum of RGB (Red+Green+Blue) = 170+73+188=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 188 (73.83% from 255 or 43.62% from 431); Max value from RGB is 188 - color contains mainly: blue. Hex color #AA49BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA49BC is #55B643. Grayscale: #727272. Windows color (decimal): -5617220 or 12339626. OLE color: 12339626.

HSL color Cylindrical-coordinate representation of color #AA49BC: hue angle of 290.61º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AA49BC is Cyan = 0.10, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 73 188 -
CMYK 0.10 0.61 0 0.26
HSL 290.61º 0.46% 0.51% -
HSV(B) 290.61º 0.61% 0.74% -
XYZ 28.04 16.94 49.37 -
YUV 115.11 169.14 167.15 -
System Red Green Blue C M Y K H S L
Decimal 170 73 188 0.10 0.61 0 0.26 290.61 0.46 0.51
Hex AA 49 BC A 3D 0 1A 123 2E 33
Octal 252 111 274 12 75 0 32 443 56 63
Binary 10101010 1001001 10111100 1010 111101 0 11010 100100011 101110 110011

Color Harmonies of #AA49BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA49BC

Black with #AA49BC

Text Example


Text Example

White with #AA49BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA49BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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