Html Css Color HEX #AA49A1 Violet Blue

📋 copy color: '#AA49A1'

red 170 ◦ green 73 ◦ blue 161

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

Shades of Violet Blue #AA49A1

Tints of Violet Blue #AA49A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 39.85%

R = 42.08%
G = 18.07%
B = 39.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.05

 K value IS 0.33

RGB Variations

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

Color information

#AA49A1 (or 0xAA49A1) is known color: Violet Blue. HEX triplet: AA, 49 and A1. RGB value is (170,73,161). Sum of RGB (Red+Green+Blue) = 170+73+161=404 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.08% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 161 (63.28% from 255 or 39.85% from 404); Max value from RGB is 170 - color contains mainly: red. Hex color #AA49A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA49A1 is #55B65E. Grayscale: #6F6F6F. Windows color (decimal): -5617247 or 10570154. OLE color: 10570154.

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

Color convert

RGB 170 73 161 -
CMYK 0 0.57 0.05 0.33
HSL 305.57º 0.4% 0.48% -
HSV(B) 305.57º 0.57% 0.67% -
XYZ 25.39 15.88 35.45 -
YUV 112.04 155.64 169.34 -
System Red Green Blue C M Y K H S L
Decimal 170 73 161 0 0.57 0.05 0.33 305.57 0.4 0.48
Hex AA 49 A1 0 39 5 21 132 28 30
Octal 252 111 241 0 71 5 41 462 50 60
Binary 10101010 1001001 10100001 0 111001 101 100001 100110010 101000 110000

Color Harmonies of #AA49A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA49A1

Black with #AA49A1

Text Example


Text Example

White with #AA49A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA49A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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