#AC329A

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

Shades of Medium Red Violet #AC329A

Tints of Medium Red Violet #AC329A

Color information

#AC329A (or 0xAC329A) is unknown color: approx Medium Red Violet. HEX triplet: AC, 32 and 9A. RGB value is (172,50,154). Sum of RGB (Red+Green+Blue) = 172+50+154=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 154 (60.55% from 255 or 40.96% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC329A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC329A is #53CD65. Grayscale: #626262. Windows color (decimal): -5492070 or 10105516. OLE color: 10105516.

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

Color convert

RGB17250154-
CMYK00.710.100.33
HSL308.85º54.95%43.53%-
HSV(B)308.85º70.93%67.45%-
XYZ23.9913.3831.89-
YUV98.33159.42180.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.74%
GREEN value IS 50 (19.92% from 255) = 13.30%
BLUE value IS 154 (60.55% from 255) = 40.96%
R=45.74%
G=13.30%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725015400.710.100.33308.8554.9543.53
HexAC329A047A21135372c
Octal25462232010712414656754
Binary1010110011001010011010010001111010100001100110101110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC329A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC329A; }

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

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

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

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

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

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

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

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