#AC3D99

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

Shades of Medium Red Violet #AC3D99

Tints of Medium Red Violet #AC3D99

Color information

#AC3D99 (or 0xAC3D99) is unknown color: approx Medium Red Violet. HEX triplet: AC, 3D and 99. RGB value is (172,61,153). Sum of RGB (Red+Green+Blue) = 172+61+153=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 61 (24.22% from 255 or 15.80% from 386); Blue value is 153 (60.16% from 255 or 39.64% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3D99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3D99 is #53C266. Grayscale: #686868. Windows color (decimal): -5489255 or 10042796. OLE color: 10042796.

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

Color convert

RGB17261153-
CMYK00.650.110.33
HSL310.27º47.64%45.69%-
HSV(B)310.27º64.53%67.45%-
XYZ24.4314.4131.63-
YUV104.68155.27176.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.56%
GREEN value IS 61 (24.22% from 255) = 15.80%
BLUE value IS 153 (60.16% from 255) = 39.64%
R=44.56%
G=15.80%
B=39.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726115300.650.110.33310.2747.6445.69
HexAC3D99041B21136302e
Octal25475231010113414666056
Binary1010110011110110011001010000011011100001100110110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3D99; }

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

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

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

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

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

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

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

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