#AC3374

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

Shades of Medium Red Violet #AC3374

Tints of Medium Red Violet #AC3374

Color information

#AC3374 (or 0xAC3374) is unknown color: approx Medium Red Violet. HEX triplet: AC, 33 and 74. RGB value is (172,51,116). Sum of RGB (Red+Green+Blue) = 172+51+116=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 51 (20.31% from 255 or 15.04% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3374 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3374 is #53CC8B. Grayscale: #5E5E5E. Windows color (decimal): -5491852 or 7615404. OLE color: 7615404.

HSL color Cylindrical-coordinate representation of color #AC3374: hue angle of 327.77º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC3374 is Cyan = 0, Magento = 0.70, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB17251116-
CMYK00.700.330.33
HSL327.77º54.26%43.73%-
HSV(B)327.77º70.35%67.45%-
XYZ21.3512.417.79-
YUV94.59140.09183.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.74%
GREEN value IS 51 (20.31% from 255) = 15.04%
BLUE value IS 116 (45.70% from 255) = 34.22%
R=50.74%
G=15.04%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725111600.700.330.33327.7754.2643.73
HexAC33740462121148362c
Octal25463164010641415106654
Binary10101100110011111010001000110100001100001101001000110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3374; }

 p { color: rgb(172,51,116); }

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

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

 a { background-color: rgb(172,51,116); }

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

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

 span { border-color: rgb(172,51,116); }

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