#AC0E93

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

Shades of Medium Violet Red #AC0E93

Tints of Medium Violet Red #AC0E93

Color information

#AC0E93 (or 0xAC0E93) is unknown color: approx Medium Violet Red. HEX triplet: AC, 0E and 93. RGB value is (172,14,147). Sum of RGB (Red+Green+Blue) = 172+14+147=333 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.65% from 333); Green value is 14 (5.86% from 255 or 4.20% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0E93 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0E93 is #53F16C. Grayscale: #4C4C4C. Windows color (decimal): -5501293 or 9637548. OLE color: 9637548.

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

Color convert

RGB17214147-
CMYK00.920.150.33
HSL309.49º84.95%36.47%-
HSV(B)309.49º91.86%67.45%-
XYZ22.4411.1928.58-
YUV76.4167.85196.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.65%
GREEN value IS 14 (5.86% from 255) = 4.20%
BLUE value IS 147 (57.81% from 255) = 44.14%
R=51.65%
G=4.20%
B=44.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721414700.920.150.33309.4984.9536.47
HexACE9305CF211355524
Octal254162230134174146512544
Binary101011001110100100110101110011111000011001101011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0E93; }

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

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

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

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

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

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

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

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