#ac3172

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

Shades of Medium Red Violet #AC3172

Tints of Medium Red Violet #AC3172

Color information

#AC3172 (or 0xAC3172) is unknown color: approx Medium Red Violet. HEX triplet: AC, 31 and 72. RGB value is (172,49,114). Sum of RGB (Red+Green+Blue) = 172+49+114=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 49 (19.53% from 255 or 14.63% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3172 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3172 is #53CE8D. Grayscale: #5D5D5D. Windows color (decimal): -5492366 or 7483820. OLE color: 7483820.

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

Color convert

RGB17249114-
CMYK00.720.340.33
HSL328.29º55.66%43.33%-
HSV(B)328.29º71.51%67.45%-
XYZ21.1512.1817.16-
YUV93.19139.75184.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.34%
GREEN value IS 49 (19.53% from 255) = 14.63%
BLUE value IS 114 (44.92% from 255) = 34.03%
R=51.34%
G=14.63%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1724911400.720.340.33328.2955.6643.33
HexAC31720482221148382b
Octal25461162011042415107053
Binary10101100110001111001001001000100010100001101001000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac3172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac3172; }

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

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

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

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

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

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

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

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