#AC328D

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

Shades of Medium Red Violet #AC328D

Tints of Medium Red Violet #AC328D

Color information

#AC328D (or 0xAC328D) is unknown color: approx Medium Red Violet. HEX triplet: AC, 32 and 8D. RGB value is (172,50,141). Sum of RGB (Red+Green+Blue) = 172+50+141=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 50 (19.92% from 255 or 13.77% from 363); Blue value is 141 (55.47% from 255 or 38.84% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC328D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC328D is #53CD72. Grayscale: #606060. Windows color (decimal): -5492083 or 9253548. OLE color: 9253548.

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

Color convert

RGB17250141-
CMYK00.710.180.33
HSL315.25º54.95%43.53%-
HSV(B)315.25º70.93%67.45%-
XYZ22.9612.9726.49-
YUV96.85152.92181.6-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.38%
GREEN value IS 50 (19.92% from 255) = 13.77%
BLUE value IS 141 (55.47% from 255) = 38.84%
R=47.38%
G=13.77%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725014100.710.180.33315.2554.9543.53
HexAC328D047122113b372c
Octal25462215010722414736754
Binary10101100110010100011010100011110010100001100111011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC328D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC328D; }

 p { color: rgb(172,50,141); }

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

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

 a { background-color: rgb(172,50,141); }

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

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

 span { border-color: rgb(172,50,141); }

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