Html Css Color HEX #AA49A9 Violet Blue

📋 copy color: '#AA49A9'

red 170 ◦ green 73 ◦ blue 169

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

Shades of Violet Blue #AA49A9

Tints of Violet Blue #AA49A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 41.02%

R = 41.26%
G = 17.72%
B = 41.02%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.01

 K value IS 0.33

RGB Variations

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

Color information

#AA49A9 (or 0xAA49A9) is known color: Violet Blue. HEX triplet: AA, 49 and A9. RGB value is (170,73,169). Sum of RGB (Red+Green+Blue) = 170+73+169=412 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.26% from 412); Green value is 73 (28.91% from 255 or 17.72% from 412); Blue value is 169 (66.41% from 255 or 41.02% from 412); Max value from RGB is 170 - color contains mainly: red. Hex color #AA49A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA49A9 is #55B656. Grayscale: #707070. Windows color (decimal): -5617239 or 11094442. OLE color: 11094442.

HSL color Cylindrical-coordinate representation of color #AA49A9: hue angle of 300.62º 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 #AA49A9 is Cyan = 0, Magento = 0.57, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 73 169 -
CMYK 0 0.57 0.01 0.33
HSL 300.62º 0.4% 0.48% -
HSV(B) 300.62º 0.57% 0.67% -
XYZ 26.12 16.18 39.28 -
YUV 112.95 159.64 168.69 -
System Red Green Blue C M Y K H S L
Decimal 170 73 169 0 0.57 0.01 0.33 300.62 0.4 0.48
Hex AA 49 A9 0 39 1 21 12D 28 30
Octal 252 111 251 0 71 1 41 455 50 60
Binary 10101010 1001001 10101001 0 111001 1 100001 100101101 101000 110000

Color Harmonies of #AA49A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA49A9

Black with #AA49A9

Text Example


Text Example

White with #AA49A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA49A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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