#AC347E

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

Shades of Medium Red Violet #AC347E

Tints of Medium Red Violet #AC347E

Color information

#AC347E (or 0xAC347E) is unknown color: approx Medium Red Violet. HEX triplet: AC, 34 and 7E. RGB value is (172,52,126). Sum of RGB (Red+Green+Blue) = 172+52+126=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 52 (20.70% from 255 or 14.86% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC347E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC347E is #53CB81. Grayscale: #606060. Windows color (decimal): -5491586 or 8271020. OLE color: 8271020.

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

Color convert

RGB17252126-
CMYK00.700.270.33
HSL323º53.57%43.92%-
HSV(B)323º69.77%67.45%-
XYZ22.0112.7321.04-
YUV96.32144.76181.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.14%
GREEN value IS 52 (20.70% from 255) = 14.86%
BLUE value IS 126 (49.61% from 255) = 36%
R=49.14%
G=14.86%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725212600.700.270.3332353.5743.92
HexAC347E0461B21143362c
Octal25464176010633415036654
Binary1010110011010011111100100011011011100001101000011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC347E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC347E; }

 p { color: rgb(172,52,126); }

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

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

 a { background-color: rgb(172,52,126); }

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

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

 span { border-color: rgb(172,52,126); }

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