#AC347D

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

Shades of Medium Red Violet #AC347D

Tints of Medium Red Violet #AC347D

Color information

#AC347D (or 0xAC347D) is unknown color: approx Medium Red Violet. HEX triplet: AC, 34 and 7D. RGB value is (172,52,125). Sum of RGB (Red+Green+Blue) = 172+52+125=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 52 (20.70% from 255 or 14.90% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC347D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC347D is #53CB82. Grayscale: #606060. Windows color (decimal): -5491587 or 8205484. OLE color: 8205484.

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

Color convert

RGB17252125-
CMYK00.700.270.33
HSL323.5º53.57%43.92%-
HSV(B)323.5º69.77%67.45%-
XYZ21.9412.7120.7-
YUV96.2144.26182.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.28%
GREEN value IS 52 (20.70% from 255) = 14.90%
BLUE value IS 125 (49.22% from 255) = 35.82%
R=49.28%
G=14.90%
B=35.82%

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
Decimal1725212500.700.270.33323.553.5743.92
HexAC347D0461B21144362c
Octal25464175010633415046654
Binary1010110011010011111010100011011011100001101000100110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC347D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC347D; }

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

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

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

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

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

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

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

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