#AC3193

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

Shades of Medium Red Violet #AC3193

Tints of Medium Red Violet #AC3193

Color information

#AC3193 (or 0xAC3193) is unknown color: approx Medium Red Violet. HEX triplet: AC, 31 and 93. RGB value is (172,49,147). Sum of RGB (Red+Green+Blue) = 172+49+147=368 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.74% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 147 (57.81% from 255 or 39.95% from 368); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3193 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3193 is #53CE6C. Grayscale: #606060. Windows color (decimal): -5492333 or 9646508. OLE color: 9646508.

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

Color convert

RGB17249147-
CMYK00.720.150.33
HSL312.2º55.66%43.33%-
HSV(B)312.2º71.51%67.45%-
XYZ23.3813.0728.9-
YUV96.95156.25181.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.74%
GREEN value IS 49 (19.53% from 255) = 13.32%
BLUE value IS 147 (57.81% from 255) = 39.95%
R=46.74%
G=13.32%
B=39.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1724914700.720.150.33312.255.6643.33
HexAC3193048F21138382b
Octal25461223011017414707053
Binary1010110011000110010011010010001111100001100111000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3193; }

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

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

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

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

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

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

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

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