#AC359D

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

Shades of Medium Red Violet #AC359D

Tints of Medium Red Violet #AC359D

Color information

#AC359D (or 0xAC359D) is unknown color: approx Medium Red Violet. HEX triplet: AC, 35 and 9D. RGB value is (172,53,157). Sum of RGB (Red+Green+Blue) = 172+53+157=382 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.03% from 382); Green value is 53 (21.09% from 255 or 13.87% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 172 - color contains mainly: red. Hex color #AC359D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC359D is #53CA62. Grayscale: #646464. Windows color (decimal): -5491299 or 10302892. OLE color: 10302892.

HSL color Cylindrical-coordinate representation of color #AC359D: hue angle of 307.56º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC359D is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB17253157-
CMYK00.690.090.33
HSL307.56º52.89%44.12%-
HSV(B)307.56º69.19%67.45%-
XYZ24.3713.7533.27-
YUV100.44159.92179.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.03%
GREEN value IS 53 (21.09% from 255) = 13.87%
BLUE value IS 157 (61.72% from 255) = 41.10%
R=45.03%
G=13.87%
B=41.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725315700.690.090.33307.5652.8944.12
HexAC359D045921134352c
Octal25465235010511414646554
Binary1010110011010110011101010001011001100001100110100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC359D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC359D; }

 p { color: rgb(172,53,157); }

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

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

 a { background-color: rgb(172,53,157); }

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

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

 span { border-color: rgb(172,53,157); }

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