#AC2172

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

Shades of Medium Red Violet #AC2172

Tints of Medium Red Violet #AC2172

Color information

#AC2172 (or 0xAC2172) is unknown color: approx Medium Red Violet. HEX triplet: AC, 21 and 72. RGB value is (172,33,114). Sum of RGB (Red+Green+Blue) = 172+33+114=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 33 (13.28% from 255 or 10.34% from 319); Blue value is 114 (44.92% from 255 or 35.74% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2172 is #53DE8D. Grayscale: #535353. Windows color (decimal): -5496462 or 7479724. OLE color: 7479724.

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

Color convert

RGB17233114-
CMYK00.810.340.33
HSL325.04º67.8%40.2%-
HSV(B)325.04º80.81%67.45%-
XYZ20.5911.0716.97-
YUV83.79145.05190.91-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.92%
GREEN value IS 33 (13.28% from 255) = 10.34%
BLUE value IS 114 (44.92% from 255) = 35.74%
R=53.92%
G=10.34%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723311400.810.340.33325.0467.840.2
HexAC217205122211454428
Octal254411620121424150510450
Binary101011001000011110010010100011000101000011010001011000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2172; }

 p { color: rgb(172,33,114); }

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

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

 a { background-color: rgb(172,33,114); }

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

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

 span { border-color: rgb(172,33,114); }

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