Html Css Color HEX #AA2971 Medium Red Violet

📋 copy color: '#AA2971'

red 170 ◦ green 41 ◦ blue 113

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

Shades of Medium Red Violet #AA2971

Tints of Medium Red Violet #AA2971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 34.88%

R = 52.47%
G = 12.65%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA2971 (or 0xAA2971) is known color: Medium Red Violet. HEX triplet: AA, 29 and 71. RGB value is (170,41,113). Sum of RGB (Red+Green+Blue) = 170+41+113=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 41 (16.41% from 255 or 12.65% from 324); Blue value is 113 (44.53% from 255 or 34.88% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2971 is #55D68E. Grayscale: #575757. Windows color (decimal): -5625487 or 7416234. OLE color: 7416234.

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

Color convert

RGB 170 41 113 -
CMYK 0 0.76 0.34 0.33
HSL 326.51º 0.61% 0.41% -
HSV(B) 326.51º 0.76% 0.67% -
XYZ 20.35 11.32 16.74 -
YUV 87.78 142.24 186.65 -
System Red Green Blue C M Y K H S L
Decimal 170 41 113 0 0.76 0.34 0.33 326.51 0.61 0.41
Hex AA 29 71 0 4C 22 21 147 3D 29
Octal 252 51 161 0 114 42 41 507 75 51
Binary 10101010 101001 1110001 0 1001100 100010 100001 101000111 111101 101001

Color Harmonies of #AA2971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2971

Black with #AA2971

Text Example


Text Example

White with #AA2971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2971; }

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

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

background-color css

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

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

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

border-color css

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

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

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