Html Css Color HEX #AA2471 Medium Red Violet

📋 copy color: '#AA2471'

red 170 ◦ green 36 ◦ blue 113

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

Shades of Medium Red Violet #AA2471

Tints of Medium Red Violet #AA2471

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.29%

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

R = 53.29%
G = 11.29%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA2471 (or 0xAA2471) is known color: Medium Red Violet. HEX triplet: AA, 24 and 71. RGB value is (170,36,113). Sum of RGB (Red+Green+Blue) = 170+36+113=319 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.29% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 113 (44.53% from 255 or 35.42% from 319); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2471 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2471 is #55DB8E. Grayscale: #545454. Windows color (decimal): -5626767 or 7414954. OLE color: 7414954.

HSL color Cylindrical-coordinate representation of color #AA2471: hue angle of 325.52º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AA2471 is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 36 113 -
CMYK 0 0.79 0.34 0.33
HSL 325.52º 0.65% 0.4% -
HSV(B) 325.52º 0.79% 0.67% -
XYZ 20.19 11 16.68 -
YUV 84.84 143.89 188.74 -
System Red Green Blue C M Y K H S L
Decimal 170 36 113 0 0.79 0.34 0.33 325.52 0.65 0.4
Hex AA 24 71 0 4F 22 21 146 41 28
Octal 252 44 161 0 117 42 41 506 101 50
Binary 10101010 100100 1110001 0 1001111 100010 100001 101000110 1000001 101000

Color Harmonies of #AA2471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2471

Black with #AA2471

Text Example


Text Example

White with #AA2471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2471; }

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

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

background-color css

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

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

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

border-color css

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

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

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