Html Css Color HEX #AA197F Medium Violet Red

📋 copy color: '#AA197F'

red 170 ◦ green 25 ◦ blue 127

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

Shades of Medium Violet Red #AA197F

Tints of Medium Violet Red #AA197F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 39.44%

R = 52.8%
G = 7.76%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA197F (or 0xAA197F) is known color: Medium Violet Red. HEX triplet: AA, 19 and 7F. RGB value is (170,25,127). Sum of RGB (Red+Green+Blue) = 170+25+127=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 25 (10.16% from 255 or 7.76% from 322); Blue value is 127 (50% from 255 or 39.44% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA197F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA197F is #55E680. Grayscale: #4F4F4F. Windows color (decimal): -5629569 or 8329642. OLE color: 8329642.

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

Color convert

RGB 170 25 127 -
CMYK 0 0.85 0.25 0.33
HSL 317.79º 0.74% 0.38% -
HSV(B) 317.79º 0.85% 0.67% -
XYZ 20.76 10.77 21.06 -
YUV 79.98 154.54 192.21 -
System Red Green Blue C M Y K H S L
Decimal 170 25 127 0 0.85 0.25 0.33 317.79 0.74 0.38
Hex AA 19 7F 0 55 19 21 13E 4A 26
Octal 252 31 177 0 125 31 41 476 112 46
Binary 10101010 11001 1111111 0 1010101 11001 100001 100111110 1001010 100110

Color Harmonies of #AA197F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA197F

Black with #AA197F

Text Example


Text Example

White with #AA197F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA197F; }

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

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

background-color css

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

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

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

border-color css

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

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

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