#AC0F86

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

Shades of Medium Violet Red #AC0F86

Tints of Medium Violet Red #AC0F86

Color information

#AC0F86 (or 0xAC0F86) is unknown color: approx Medium Violet Red. HEX triplet: AC, 0F and 86. RGB value is (172,15,134). Sum of RGB (Red+Green+Blue) = 172+15+134=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0F86 is #53F079. Grayscale: #4B4B4B. Windows color (decimal): -5501050 or 8785836. OLE color: 8785836.

HSL color Cylindrical-coordinate representation of color #AC0F86: hue angle of 314.52º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AC0F86 is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB17215134-
CMYK00.910.220.33
HSL314.52º83.96%36.67%-
HSV(B)314.52º91.28%67.45%-
XYZ21.4910.8323.51-
YUV75.51161.01196.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.58%
GREEN value IS 15 (6.25% from 255) = 4.67%
BLUE value IS 134 (52.73% from 255) = 41.74%
R=53.58%
G=4.67%
B=41.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721513400.910.220.33314.5283.9636.67
HexACF8605B162113b5425
Octal254172060133264147312445
Binary1010110011111000011001011011101101000011001110111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0F86; }

 p { color: rgb(172,15,134); }

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

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

 a { background-color: rgb(172,15,134); }

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

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

 span { border-color: rgb(172,15,134); }

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