#AC2871

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

Shades of Medium Red Violet #AC2871

Tints of Medium Red Violet #AC2871

Color information

#AC2871 (or 0xAC2871) is unknown color: approx Medium Red Violet. HEX triplet: AC, 28 and 71. RGB value is (172,40,113). Sum of RGB (Red+Green+Blue) = 172+40+113=325 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.92% from 325); Green value is 40 (16.02% from 255 or 12.31% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2871 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2871 is #53D78E. Grayscale: #575757. Windows color (decimal): -5494671 or 7415980. OLE color: 7415980.

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

Color convert

RGB17240113-
CMYK00.770.340.33
HSL326.82º62.26%41.57%-
HSV(B)326.82º76.74%67.45%-
XYZ20.7511.4816.74-
YUV87.79142.23188.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.92%
GREEN value IS 40 (16.02% from 255) = 12.31%
BLUE value IS 113 (44.53% from 255) = 34.77%
R=52.92%
G=12.31%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1724011300.770.340.33326.8262.2641.57
HexAC287104D22211473e2a
Octal25450161011542415077652
Binary10101100101000111000101001101100010100001101000111111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2871; }

 p { color: rgb(172,40,113); }

 H1.HeaderClassName
 {
   color: #AC2871;
 }
 .AnyTagClassName
 {
   color: #AC2871;
 }
</style>
background-color css

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

 a { background-color: rgb(172,40,113); }

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

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

 span { border-color: rgb(172,40,113); }

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