#AC0E89

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

Shades of Medium Violet Red #AC0E89

Tints of Medium Violet Red #AC0E89

Color information

#AC0E89 (or 0xAC0E89) is unknown color: approx Medium Violet Red. HEX triplet: AC, 0E and 89. RGB value is (172,14,137). Sum of RGB (Red+Green+Blue) = 172+14+137=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 14 (5.86% from 255 or 4.33% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0E89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0E89 is #53F176. Grayscale: #4A4A4A. Windows color (decimal): -5501303 or 8982188. OLE color: 8982188.

HSL color Cylindrical-coordinate representation of color #AC0E89: hue angle of 313.29º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AC0E89 is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB17214137-
CMYK00.920.200.33
HSL313.29º84.95%36.47%-
HSV(B)313.29º91.86%67.45%-
XYZ21.6910.8924.63-
YUV75.26162.85197-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.25%
GREEN value IS 14 (5.86% from 255) = 4.33%
BLUE value IS 137 (53.91% from 255) = 42.41%
R=53.25%
G=4.33%
B=42.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721413700.920.200.33313.2984.9536.47
HexACE8905C14211395524
Octal254162110134244147112544
Binary1010110011101000100101011100101001000011001110011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0E89; }

 p { color: rgb(172,14,137); }

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

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

 a { background-color: rgb(172,14,137); }

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

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

 span { border-color: rgb(172,14,137); }

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