Html Css Color HEX #AA197A Medium Violet Red

📋 copy color: '#AA197A'

red 170 ◦ green 25 ◦ blue 122

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

Shades of Medium Violet Red #AA197A

Tints of Medium Violet Red #AA197A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.89%

 BLUE value IS 122 (48.05% from 255) = 38.49%

R = 53.63%
G = 7.89%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA197A (or 0xAA197A) is known color: Medium Violet Red. HEX triplet: AA, 19 and 7A. RGB value is (170,25,122). Sum of RGB (Red+Green+Blue) = 170+25+122=317 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.63% from 317); Green value is 25 (10.16% from 255 or 7.89% from 317); Blue value is 122 (48.05% from 255 or 38.49% from 317); Max value from RGB is 170 - color contains mainly: red. Hex color #AA197A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA197A is #55E685. Grayscale: #4F4F4F. Windows color (decimal): -5629574 or 8001962. OLE color: 8001962.

HSL color Cylindrical-coordinate representation of color #AA197A: hue angle of 319.86º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AA197A is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 25 122 -
CMYK 0 0.85 0.28 0.33
HSL 319.86º 0.74% 0.38% -
HSV(B) 319.86º 0.85% 0.67% -
XYZ 20.44 10.65 19.39 -
YUV 79.41 152.04 192.61 -
System Red Green Blue C M Y K H S L
Decimal 170 25 122 0 0.85 0.28 0.33 319.86 0.74 0.38
Hex AA 19 7A 0 55 1C 21 140 4A 26
Octal 252 31 172 0 125 34 41 500 112 46
Binary 10101010 11001 1111010 0 1010101 11100 100001 101000000 1001010 100110

Color Harmonies of #AA197A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA197A

Black with #AA197A

Text Example


Text Example

White with #AA197A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA197A; }

 p { color: rgb(170,25,122); }

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

background-color css

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

 a { background-color: rgb(170,25,122); }

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

border-color css

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

 span { border-color: rgb(170,25,122); }

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