#AC2E78

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

Shades of Medium Red Violet #AC2E78

Tints of Medium Red Violet #AC2E78

Color information

#AC2E78 (or 0xAC2E78) is unknown color: approx Medium Red Violet. HEX triplet: AC, 2E and 78. RGB value is (172,46,120). Sum of RGB (Red+Green+Blue) = 172+46+120=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 46 (18.36% from 255 or 13.61% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2E78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2E78 is #53D187. Grayscale: #5B5B5B. Windows color (decimal): -5493128 or 7876268. OLE color: 7876268.

HSL color Cylindrical-coordinate representation of color #AC2E78: hue angle of 324.76º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC2E78 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB17246120-
CMYK00.730.300.33
HSL324.76º57.8%42.75%-
HSV(B)324.76º73.26%67.45%-
XYZ21.3812.0818.97-
YUV92.11143.74184.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.89%
GREEN value IS 46 (18.36% from 255) = 13.61%
BLUE value IS 120 (47.27% from 255) = 35.50%
R=50.89%
G=13.61%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1724612000.730.300.33324.7657.842.75
HexAC2E780491E211453a2b
Octal25456170011136415057253
Binary1010110010111011110000100100111110100001101000101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2E78; }

 p { color: rgb(172,46,120); }

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

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

 a { background-color: rgb(172,46,120); }

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

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

 span { border-color: rgb(172,46,120); }

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