Html Css Color HEX #AA2972 Medium Red Violet

📋 copy color: '#AA2972'

red 170 ◦ green 41 ◦ blue 114

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

Shades of Medium Red Violet #AA2972

Tints of Medium Red Violet #AA2972

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.62%

 BLUE value IS 114 (44.92% from 255) = 35.08%

R = 52.31%
G = 12.62%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#AA2972 (or 0xAA2972) is known color: Medium Red Violet. HEX triplet: AA, 29 and 72. RGB value is (170,41,114). Sum of RGB (Red+Green+Blue) = 170+41+114=325 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.31% from 325); Green value is 41 (16.41% from 255 or 12.62% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2972 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2972 is #55D68D. Grayscale: #575757. Windows color (decimal): -5625486 or 7481770. OLE color: 7481770.

HSL color Cylindrical-coordinate representation of color #AA2972: hue angle of 326.05º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AA2972 is Cyan = 0, Magento = 0.76, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 41 114 -
CMYK 0 0.76 0.33 0.33
HSL 326.05º 0.61% 0.41% -
HSV(B) 326.05º 0.76% 0.67% -
XYZ 20.41 11.35 17.03 -
YUV 87.89 142.74 186.56 -
System Red Green Blue C M Y K H S L
Decimal 170 41 114 0 0.76 0.33 0.33 326.05 0.61 0.41
Hex AA 29 72 0 4C 21 21 146 3D 29
Octal 252 51 162 0 114 41 41 506 75 51
Binary 10101010 101001 1110010 0 1001100 100001 100001 101000110 111101 101001

Color Harmonies of #AA2972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2972

Black with #AA2972

Text Example


Text Example

White with #AA2972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2972; }

 p { color: rgb(170,41,114); }

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

background-color css

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

 a { background-color: rgb(170,41,114); }

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

border-color css

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

 span { border-color: rgb(170,41,114); }

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