#AC0E7E

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

Shades of Medium Violet Red #AC0E7E

Tints of Medium Violet Red #AC0E7E

Color information

#AC0E7E (or 0xAC0E7E) is unknown color: approx Medium Violet Red. HEX triplet: AC, 0E and 7E. RGB value is (172,14,126). Sum of RGB (Red+Green+Blue) = 172+14+126=312 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.13% from 312); Green value is 14 (5.86% from 255 or 4.49% from 312); Blue value is 126 (49.61% from 255 or 40.38% from 312); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0E7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0E7E is #53F181. Grayscale: #494949. Windows color (decimal): -5501314 or 8261292. OLE color: 8261292.

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

Color convert

RGB17214126-
CMYK00.920.270.33
HSL317.47º84.95%36.47%-
HSV(B)317.47º91.86%67.45%-
XYZ20.9410.5920.68-
YUV74.01157.35197.89-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 55.13%
GREEN value IS 14 (5.86% from 255) = 4.49%
BLUE value IS 126 (49.61% from 255) = 40.38%
R=55.13%
G=4.49%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721412600.920.270.33317.4784.9536.47
HexACE7E05C1B2113d5524
Octal254161760134334147512544
Binary101011001110111111001011100110111000011001111011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0E7E; }

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

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

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

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

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

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

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

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