#AC2E7C

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

Shades of Medium Red Violet #AC2E7C

Tints of Medium Red Violet #AC2E7C

Color information

#AC2E7C (or 0xAC2E7C) is unknown color: approx Medium Red Violet. HEX triplet: AC, 2E and 7C. RGB value is (172,46,124). Sum of RGB (Red+Green+Blue) = 172+46+124=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 46 (18.36% from 255 or 13.45% from 342); Blue value is 124 (48.83% from 255 or 36.26% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2E7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2E7C is #53D183. Grayscale: #5C5C5C. Windows color (decimal): -5493124 or 8138412. OLE color: 8138412.

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

Color convert

RGB17246124-
CMYK00.730.280.33
HSL322.86º57.8%42.75%-
HSV(B)322.86º73.26%67.45%-
XYZ21.6312.1820.28-
YUV92.57145.74184.66-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.29%
GREEN value IS 46 (18.36% from 255) = 13.45%
BLUE value IS 124 (48.83% from 255) = 36.26%
R=50.29%
G=13.45%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1724612400.730.280.33322.8657.842.75
HexAC2E7C0491C211433a2b
Octal25456174011134415037253
Binary1010110010111011111000100100111100100001101000011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2E7C; }

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

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

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

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

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

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

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

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