Html Css Color HEX #AA197B Medium Violet Red

📋 copy color: '#AA197B'

red 170 ◦ green 25 ◦ blue 123

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

Shades of Medium Violet Red #AA197B

Tints of Medium Violet Red #AA197B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 38.68%

R = 53.46%
G = 7.86%
B = 38.68%

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

#AA197B (or 0xAA197B) is known color: Medium Violet Red. HEX triplet: AA, 19 and 7B. RGB value is (170,25,123). Sum of RGB (Red+Green+Blue) = 170+25+123=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 25 (10.16% from 255 or 7.86% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA197B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA197B is #55E684. Grayscale: #4F4F4F. Windows color (decimal): -5629573 or 8067498. OLE color: 8067498.

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

Color convert

RGB 170 25 123 -
CMYK 0 0.85 0.28 0.33
HSL 319.45º 0.74% 0.38% -
HSV(B) 319.45º 0.85% 0.67% -
XYZ 20.5 10.67 19.72 -
YUV 79.53 152.54 192.53 -
System Red Green Blue C M Y K H S L
Decimal 170 25 123 0 0.85 0.28 0.33 319.45 0.74 0.38
Hex AA 19 7B 0 55 1C 21 13F 4A 26
Octal 252 31 173 0 125 34 41 477 112 46
Binary 10101010 11001 1111011 0 1010101 11100 100001 100111111 1001010 100110

Color Harmonies of #AA197B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA197B

Black with #AA197B

Text Example


Text Example

White with #AA197B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA197B; }

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

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

background-color css

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

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

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

border-color css

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

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

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