#AC3192

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

Shades of Medium Red Violet #AC3192

Tints of Medium Red Violet #AC3192

Color information

#AC3192 (or 0xAC3192) is unknown color: approx Medium Red Violet. HEX triplet: AC, 31 and 92. RGB value is (172,49,146). Sum of RGB (Red+Green+Blue) = 172+49+146=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 146 (57.42% from 255 or 39.78% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3192 is #53CE6D. Grayscale: #606060. Windows color (decimal): -5492334 or 9580972. OLE color: 9580972.

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

Color convert

RGB17249146-
CMYK00.720.150.33
HSL312.68º55.66%43.33%-
HSV(B)312.68º71.51%67.45%-
XYZ23.313.0428.48-
YUV96.84155.75181.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.87%
GREEN value IS 49 (19.53% from 255) = 13.35%
BLUE value IS 146 (57.42% from 255) = 39.78%
R=46.87%
G=13.35%
B=39.78%

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
Decimal1724914600.720.150.33312.6855.6643.33
HexAC3192048F21139382b
Octal25461222011017414717053
Binary1010110011000110010010010010001111100001100111001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3192; }

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

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

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

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

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

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

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

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