Html Css Color HEX #AA2571 Medium Red Violet

📋 copy color: '#AA2571'

red 170 ◦ green 37 ◦ blue 113

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

Shades of Medium Red Violet #AA2571

Tints of Medium Red Violet #AA2571

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.56%

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

R = 53.13%
G = 11.56%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#AA2571 (or 0xAA2571) is known color: Medium Red Violet. HEX triplet: AA, 25 and 71. RGB value is (170,37,113). Sum of RGB (Red+Green+Blue) = 170+37+113=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 37 (14.84% from 255 or 11.56% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2571 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2571 is #55DA8E. Grayscale: #555555. Windows color (decimal): -5626511 or 7415210. OLE color: 7415210.

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

Color convert

RGB 170 37 113 -
CMYK 0 0.78 0.34 0.33
HSL 325.71º 0.64% 0.41% -
HSV(B) 325.71º 0.78% 0.67% -
XYZ 20.22 11.06 16.69 -
YUV 85.43 143.56 188.32 -
System Red Green Blue C M Y K H S L
Decimal 170 37 113 0 0.78 0.34 0.33 325.71 0.64 0.41
Hex AA 25 71 0 4E 22 21 146 40 29
Octal 252 45 161 0 116 42 41 506 100 51
Binary 10101010 100101 1110001 0 1001110 100010 100001 101000110 1000000 101001

Color Harmonies of #AA2571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2571

Black with #AA2571

Text Example


Text Example

White with #AA2571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2571; }

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

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

background-color css

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

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

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

border-color css

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

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

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