#AC128F

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

Shades of Medium Violet Red #AC128F

Tints of Medium Violet Red #AC128F

Color information

#AC128F (or 0xAC128F) is unknown color: approx Medium Violet Red. HEX triplet: AC, 12 and 8F. RGB value is (172,18,143). Sum of RGB (Red+Green+Blue) = 172+18+143=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC128F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC128F is #53ED70. Grayscale: #4D4D4D. Windows color (decimal): -5500273 or 9376428. OLE color: 9376428.

HSL color Cylindrical-coordinate representation of color #AC128F: hue angle of 311.3º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC128F is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB17218143-
CMYK00.900.170.33
HSL311.3º81.05%37.25%-
HSV(B)311.3º89.53%67.45%-
XYZ22.1911.1926.98-
YUV78.3164.52194.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.65%
GREEN value IS 18 (7.42% from 255) = 5.41%
BLUE value IS 143 (56.25% from 255) = 42.94%
R=51.65%
G=5.41%
B=42.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721814300.900.170.33311.381.0537.25
HexAC128F05A11211375125
Octal254222170132214146712145
Binary10101100100101000111101011010100011000011001101111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC128F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC128F; }

 p { color: rgb(172,18,143); }

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

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

 a { background-color: rgb(172,18,143); }

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

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

 span { border-color: rgb(172,18,143); }

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