#AC347F

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

Shades of Medium Red Violet #AC347F

Tints of Medium Red Violet #AC347F

Color information

#AC347F (or 0xAC347F) is unknown color: approx Medium Red Violet. HEX triplet: AC, 34 and 7F. RGB value is (172,52,127). Sum of RGB (Red+Green+Blue) = 172+52+127=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 52 (20.70% from 255 or 14.81% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC347F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC347F is #53CB80. Grayscale: #606060. Windows color (decimal): -5491585 or 8336556. OLE color: 8336556.

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

Color convert

RGB17252127-
CMYK00.700.260.33
HSL322.5º53.57%43.92%-
HSV(B)322.5º69.77%67.45%-
XYZ22.0712.7621.38-
YUV96.43145.26181.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.00%
GREEN value IS 52 (20.70% from 255) = 14.81%
BLUE value IS 127 (50% from 255) = 36.18%
R=49.00%
G=14.81%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725212700.700.260.33322.553.5743.92
HexAC347F0461A21142362c
Octal25464177010632415026654
Binary1010110011010011111110100011011010100001101000010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC347F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC347F; }

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

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

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

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

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

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

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

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