#AC0C8F

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

Shades of Medium Violet Red #AC0C8F

Tints of Medium Violet Red #AC0C8F

Color information

#AC0C8F (or 0xAC0C8F) is unknown color: approx Medium Violet Red. HEX triplet: AC, 0C and 8F. RGB value is (172,12,143). Sum of RGB (Red+Green+Blue) = 172+12+143=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 12 (5.08% from 255 or 3.67% from 327); Blue value is 143 (56.25% from 255 or 43.73% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0C8F is #53F370. Grayscale: #4A4A4A. Windows color (decimal): -5501809 or 9374892. OLE color: 9374892.

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

Color convert

RGB17212143-
CMYK00.930.170.33
HSL310.88º86.96%36.08%-
HSV(B)310.88º93.02%67.45%-
XYZ22.111.0226.95-
YUV74.77166.51197.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.60%
GREEN value IS 12 (5.08% from 255) = 3.67%
BLUE value IS 143 (56.25% from 255) = 43.73%
R=52.60%
G=3.67%
B=43.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721214300.930.170.33310.8886.9636.08
HexACC8F05D11211375724
Octal254142170135214146712744
Binary1010110011001000111101011101100011000011001101111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0C8F; }

 p { color: rgb(172,12,143); }

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

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

 a { background-color: rgb(172,12,143); }

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

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

 span { border-color: rgb(172,12,143); }

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