#AC3E7D

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

Shades of Medium Red Violet #AC3E7D

Tints of Medium Red Violet #AC3E7D

Color information

#AC3E7D (or 0xAC3E7D) is unknown color: approx Medium Red Violet. HEX triplet: AC, 3E and 7D. RGB value is (172,62,125). Sum of RGB (Red+Green+Blue) = 172+62+125=359 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.91% from 359); Green value is 62 (24.61% from 255 or 17.27% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3E7D is #53C182. Grayscale: #656565. Windows color (decimal): -5489027 or 8208044. OLE color: 8208044.

HSL color Cylindrical-coordinate representation of color #AC3E7D: hue angle of 325.64º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC3E7D is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB17262125-
CMYK00.640.270.33
HSL325.64º47.01%45.88%-
HSV(B)325.64º63.95%67.45%-
XYZ22.4413.720.86-
YUV102.07140.94177.88-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.91%
GREEN value IS 62 (24.61% from 255) = 17.27%
BLUE value IS 125 (49.22% from 255) = 34.82%
R=47.91%
G=17.27%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726212500.640.270.33325.6447.0145.88
HexAC3E7D0401B211462f2e
Octal25476175010033415065756
Binary1010110011111011111010100000011011100001101000110101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3E7D; }

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

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

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

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

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

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

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

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