#AC0C94

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

Shades of Medium Violet Red #AC0C94

Tints of Medium Violet Red #AC0C94

Color information

#AC0C94 (or 0xAC0C94) is unknown color: approx Medium Violet Red. HEX triplet: AC, 0C and 94. RGB value is (172,12,148). Sum of RGB (Red+Green+Blue) = 172+12+148=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 12 (5.08% from 255 or 3.61% from 332); Blue value is 148 (58.20% from 255 or 44.58% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C94 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0C94 is #53F36B. Grayscale: #4A4A4A. Windows color (decimal): -5501804 or 9702572. OLE color: 9702572.

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

Color convert

RGB17212148-
CMYK00.930.140.33
HSL309º86.96%36.08%-
HSV(B)309º93.02%67.45%-
XYZ22.4911.1728.99-
YUV75.34169.01196.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.81%
GREEN value IS 12 (5.08% from 255) = 3.61%
BLUE value IS 148 (58.20% from 255) = 44.58%
R=51.81%
G=3.61%
B=44.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721214800.930.140.3330986.9636.08
HexACC9405DE211355724
Octal254142240135164146512744
Binary101011001100100101000101110111101000011001101011010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0C94; }

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

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

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

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

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

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

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

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