#AC359C

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

Shades of Medium Red Violet #AC359C

Tints of Medium Red Violet #AC359C

Color information

#AC359C (or 0xAC359C) is unknown color: approx Medium Red Violet. HEX triplet: AC, 35 and 9C. RGB value is (172,53,156). Sum of RGB (Red+Green+Blue) = 172+53+156=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 53 (21.09% from 255 or 13.91% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC359C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC359C is #53CA63. Grayscale: #646464. Windows color (decimal): -5491300 or 10237356. OLE color: 10237356.

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

Color convert

RGB17253156-
CMYK00.690.090.33
HSL308.07º52.89%44.12%-
HSV(B)308.07º69.19%67.45%-
XYZ24.2913.7232.82-
YUV100.32159.42179.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.14%
GREEN value IS 53 (21.09% from 255) = 13.91%
BLUE value IS 156 (61.33% from 255) = 40.94%
R=45.14%
G=13.91%
B=40.94%

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
Decimal1725315600.690.090.33308.0752.8944.12
HexAC359C045921134352c
Octal25465234010511414646554
Binary1010110011010110011100010001011001100001100110100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC359C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC359C; }

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

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

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

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

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

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

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

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