Html Css Color HEX #AA49AB Violet Blue

📋 copy color: '#AA49AB'

red 170 ◦ green 73 ◦ blue 171

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

Shades of Violet Blue #AA49AB

Tints of Violet Blue #AA49AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.3%

R = 41.06%
G = 17.63%
B = 41.3%

CMYK

 C value IS 0.01

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#AA49AB (or 0xAA49AB) is known color: Violet Blue. HEX triplet: AA, 49 and AB. RGB value is (170,73,171). Sum of RGB (Red+Green+Blue) = 170+73+171=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 73 (28.91% from 255 or 17.63% from 414); Blue value is 171 (67.19% from 255 or 41.30% from 414); Max value from RGB is 171 - color contains mainly: blue. Hex color #AA49AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA49AB is #55B654. Grayscale: #707070. Windows color (decimal): -5617237 or 11225514. OLE color: 11225514.

HSL color Cylindrical-coordinate representation of color #AA49AB: hue angle of 299.39º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA49AB is Cyan = 0.01, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 73 171 -
CMYK 0.01 0.57 0 0.33
HSL 299.39º 0.4% 0.48% -
HSV(B) 299.39º 0.57% 0.67% -
XYZ 26.31 16.25 40.28 -
YUV 113.18 160.64 168.53 -
System Red Green Blue C M Y K H S L
Decimal 170 73 171 0.01 0.57 0 0.33 299.39 0.4 0.48
Hex AA 49 AB 1 39 0 21 12B 28 30
Octal 252 111 253 1 71 0 41 453 50 60
Binary 10101010 1001001 10101011 1 111001 0 100001 100101011 101000 110000

Color Harmonies of #AA49AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA49AB

Black with #AA49AB

Text Example


Text Example

White with #AA49AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA49AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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