#AC128E

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

Shades of Medium Violet Red #AC128E

Tints of Medium Violet Red #AC128E

Color information

#AC128E (or 0xAC128E) is unknown color: approx Medium Violet Red. HEX triplet: AC, 12 and 8E. RGB value is (172,18,142). Sum of RGB (Red+Green+Blue) = 172+18+142=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 18 (7.42% from 255 or 5.42% from 332); Blue value is 142 (55.86% from 255 or 42.77% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC128E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC128E is #53ED71. Grayscale: #4D4D4D. Windows color (decimal): -5500274 or 9310892. OLE color: 9310892.

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

Color convert

RGB17218142-
CMYK00.900.170.33
HSL311.69º81.05%37.25%-
HSV(B)311.69º89.53%67.45%-
XYZ22.1111.1626.58-
YUV78.18164.02194.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.81%
GREEN value IS 18 (7.42% from 255) = 5.42%
BLUE value IS 142 (55.86% from 255) = 42.77%
R=51.81%
G=5.42%
B=42.77%

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
Decimal1721814200.900.170.33311.6981.0537.25
HexAC128E05A11211385125
Octal254222160132214147012145
Binary10101100100101000111001011010100011000011001110001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC128E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC128E; }

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

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

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

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

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

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

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

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