#AA2571

Color #AA2571 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #AA2571

Tints of Medium Red Violet #AA2571

Color information

#AA2571 (or 0xAA2571) is unknown color: approx 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

RGB17037113-
CMYK00.780.340.33
HSL325.71º64.25%40.59%-
HSV(B)325.71º78.24%66.67%-
XYZ20.2211.0616.69-
YUV85.43143.56188.32-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 53.12%
GREEN value IS 37 (14.84% from 255) = 11.56%
BLUE value IS 113 (44.53% from 255) = 35.31%
R=53.12%
G=11.56%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1703711300.780.340.33325.7164.2540.59
HexAA257104E22211464029
Octal252451610116424150610051
Binary101010101001011110001010011101000101000011010001101000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA2571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>