#AC1194

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

Shades of Medium Violet Red #AC1194

Tints of Medium Violet Red #AC1194

Color information

#AC1194 (or 0xAC1194) is unknown color: approx Medium Violet Red. HEX triplet: AC, 11 and 94. RGB value is (172,17,148). Sum of RGB (Red+Green+Blue) = 172+17+148=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 17 (7.03% from 255 or 5.04% from 337); Blue value is 148 (58.20% from 255 or 43.92% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1194 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1194 is #53EE6B. Grayscale: #4D4D4D. Windows color (decimal): -5500524 or 9703852. OLE color: 9703852.

HSL color Cylindrical-coordinate representation of color #AC1194: hue angle of 309.29º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1194 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.33.

Color convert

RGB17217148-
CMYK00.900.140.33
HSL309.29º82.01%37.06%-
HSV(B)309.29º90.12%67.45%-
XYZ22.5611.3129.01-
YUV78.28167.35194.85-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.04%
GREEN value IS 17 (7.03% from 255) = 5.04%
BLUE value IS 148 (58.20% from 255) = 43.92%
R=51.04%
G=5.04%
B=43.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.14
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721714800.900.140.33309.2982.0137.06
HexAC119405AE211355225
Octal254212240132164146512245
Binary1010110010001100101000101101011101000011001101011010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1194; }

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

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

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

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

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

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

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

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