#AC147C

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

Shades of Medium Violet Red #AC147C

Tints of Medium Violet Red #AC147C

Color information

#AC147C (or 0xAC147C) is unknown color: approx Medium Violet Red. HEX triplet: AC, 14 and 7C. RGB value is (172,20,124). Sum of RGB (Red+Green+Blue) = 172+20+124=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC147C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC147C is #53EB83. Grayscale: #4D4D4D. Windows color (decimal): -5499780 or 8131756. OLE color: 8131756.

HSL color Cylindrical-coordinate representation of color #AC147C: hue angle of 318.95º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC147C is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB17220124-
CMYK00.880.280.33
HSL318.95º79.17%37.65%-
HSV(B)318.95º88.37%67.45%-
XYZ20.910.7320.04-
YUV77.3154.36195.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.43%
GREEN value IS 20 (8.20% from 255) = 6.33%
BLUE value IS 124 (48.83% from 255) = 39.24%
R=54.43%
G=6.33%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1722012400.880.280.33318.9579.1737.65
HexAC147C0581C2113f4f26
Octal254241740130344147711746
Binary1010110010100111110001011000111001000011001111111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC147C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC147C; }

 p { color: rgb(172,20,124); }

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

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

 a { background-color: rgb(172,20,124); }

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

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

 span { border-color: rgb(172,20,124); }

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