#AC2D7A

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

Shades of Medium Red Violet #AC2D7A

Tints of Medium Red Violet #AC2D7A

Color information

#AC2D7A (or 0xAC2D7A) is unknown color: approx Medium Red Violet. HEX triplet: AC, 2D and 7A. RGB value is (172,45,122). Sum of RGB (Red+Green+Blue) = 172+45+122=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 45 (17.97% from 255 or 13.27% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2D7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2D7A is #53D285. Grayscale: #5B5B5B. Windows color (decimal): -5493382 or 8007084. OLE color: 8007084.

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

Color convert

RGB17245122-
CMYK00.740.290.33
HSL323.62º58.53%42.55%-
HSV(B)323.62º73.84%67.45%-
XYZ21.4612.0519.61-
YUV91.75145.08185.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.74%
GREEN value IS 45 (17.97% from 255) = 13.27%
BLUE value IS 122 (48.05% from 255) = 35.99%
R=50.74%
G=13.27%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1724512200.740.290.33323.6258.5342.55
HexAC2D7A04A1D211443b2b
Octal25455172011235415047353
Binary1010110010110111110100100101011101100001101000100111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2D7A; }

 p { color: rgb(172,45,122); }

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

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

 a { background-color: rgb(172,45,122); }

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

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

 span { border-color: rgb(172,45,122); }

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