#AC2876

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

Shades of Medium Red Violet #AC2876

Tints of Medium Red Violet #AC2876

Color information

#AC2876 (or 0xAC2876) is unknown color: approx Medium Red Violet. HEX triplet: AC, 28 and 76. RGB value is (172,40,118). Sum of RGB (Red+Green+Blue) = 172+40+118=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 118 (46.48% from 255 or 35.76% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2876 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2876 is #53D789. Grayscale: #585858. Windows color (decimal): -5494666 or 7743660. OLE color: 7743660.

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

Color convert

RGB17240118-
CMYK00.770.310.33
HSL324.55º62.26%41.57%-
HSV(B)324.55º76.74%67.45%-
XYZ21.0411.618.27-
YUV88.36144.73187.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.12%
GREEN value IS 40 (16.02% from 255) = 12.12%
BLUE value IS 118 (46.48% from 255) = 35.76%
R=52.12%
G=12.12%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1724011800.770.310.33324.5562.2641.57
HexAC287604D1F211453e2a
Octal25450166011537415057652
Binary1010110010100011101100100110111111100001101000101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2876; }

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

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

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

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

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

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

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

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