#AC3C85

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

Shades of Medium Red Violet #AC3C85

Tints of Medium Red Violet #AC3C85

Color information

#AC3C85 (or 0xAC3C85) is unknown color: approx Medium Red Violet. HEX triplet: AC, 3C and 85. RGB value is (172,60,133). Sum of RGB (Red+Green+Blue) = 172+60+133=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 60 (23.83% from 255 or 16.44% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3C85 is #53C37A. Grayscale: #656565. Windows color (decimal): -5489531 or 8731820. OLE color: 8731820.

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

Color convert

RGB17260133-
CMYK00.650.230.33
HSL320.89º48.28%45.49%-
HSV(B)320.89º65.12%67.45%-
XYZ22.8613.723.63-
YUV101.81145.61178.06-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.12%
GREEN value IS 60 (23.83% from 255) = 16.44%
BLUE value IS 133 (52.34% from 255) = 36.44%
R=47.12%
G=16.44%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726013300.650.230.33320.8948.2845.49
HexAC3C850411721141302d
Octal25474205010127415016055
Binary10101100111100100001010100000110111100001101000001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3C85; }

 p { color: rgb(172,60,133); }

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

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

 a { background-color: rgb(172,60,133); }

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

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

 span { border-color: rgb(172,60,133); }

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