#AC0F84

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

Shades of Medium Violet Red #AC0F84

Tints of Medium Violet Red #AC0F84

Color information

#AC0F84 (or 0xAC0F84) is unknown color: approx Medium Violet Red. HEX triplet: AC, 0F and 84. RGB value is (172,15,132). Sum of RGB (Red+Green+Blue) = 172+15+132=319 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.92% from 319); Green value is 15 (6.25% from 255 or 4.70% from 319); Blue value is 132 (51.95% from 255 or 41.38% from 319); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0F84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0F84 is #53F07B. Grayscale: #4A4A4A. Windows color (decimal): -5501052 or 8654764. OLE color: 8654764.

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

Color convert

RGB17215132-
CMYK00.910.230.33
HSL315.29º83.96%36.67%-
HSV(B)315.29º91.28%67.45%-
XYZ21.3510.7822.78-
YUV75.28160.01196.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.92%
GREEN value IS 15 (6.25% from 255) = 4.70%
BLUE value IS 132 (51.95% from 255) = 41.38%
R=53.92%
G=4.70%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721513200.910.230.33315.2983.9636.67
HexACF8405B172113b5425
Octal254172040133274147312445
Binary1010110011111000010001011011101111000011001110111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0F84; }

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

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

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

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

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

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

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

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