#ac3d95

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

Shades of Medium Red Violet #AC3D95

Tints of Medium Red Violet #AC3D95

Color information

#AC3D95 (or 0xAC3D95) is unknown color: approx Medium Red Violet. HEX triplet: AC, 3D and 95. RGB value is (172,61,149). Sum of RGB (Red+Green+Blue) = 172+61+149=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 61 (24.22% from 255 or 15.97% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3D95 is #53C26A. Grayscale: #676767. Windows color (decimal): -5489259 or 9780652. OLE color: 9780652.

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

Color convert

RGB17261149-
CMYK00.650.130.33
HSL312.43º47.64%45.69%-
HSV(B)312.43º64.53%67.45%-
XYZ24.1114.2829.92-
YUV104.22153.27176.34-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.03%
GREEN value IS 61 (24.22% from 255) = 15.97%
BLUE value IS 149 (58.59% from 255) = 39.01%
R=45.03%
G=15.97%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726114900.650.130.33312.4347.6445.69
HexAC3D95041D21138302e
Octal25475225010115414706056
Binary1010110011110110010101010000011101100001100111000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac3d95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac3d95; }

 p { color: rgb(172,61,149); }

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

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

 a { background-color: rgb(172,61,149); }

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

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

 span { border-color: rgb(172,61,149); }

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