#AC3F82

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

Shades of Medium Red Violet #AC3F82

Tints of Medium Red Violet #AC3F82

Color information

#AC3F82 (or 0xAC3F82) is unknown color: approx Medium Red Violet. HEX triplet: AC, 3F and 82. RGB value is (172,63,130). Sum of RGB (Red+Green+Blue) = 172+63+130=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3F82 is #53C07D. Grayscale: #676767. Windows color (decimal): -5488766 or 8535980. OLE color: 8535980.

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

Color convert

RGB17263130-
CMYK00.630.240.33
HSL323.12º46.38%46.08%-
HSV(B)323.12º63.37%67.45%-
XYZ22.8213.9422.61-
YUV103.23143.11177.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.12%
GREEN value IS 63 (25% from 255) = 17.26%
BLUE value IS 130 (51.17% from 255) = 35.62%
R=47.12%
G=17.26%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726313000.630.240.33323.1246.3846.08
HexAC3F8203F18211432e2e
Octal2547720207730415035656
Binary1010110011111110000010011111111000100001101000011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3F82; }

 p { color: rgb(172,63,130); }

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

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

 a { background-color: rgb(172,63,130); }

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

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

 span { border-color: rgb(172,63,130); }

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