#AC1997

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

Shades of Medium Violet Red #AC1997

Tints of Medium Violet Red #AC1997

Color information

#AC1997 (or 0xAC1997) is unknown color: approx Medium Violet Red. HEX triplet: AC, 19 and 97. RGB value is (172,25,151). Sum of RGB (Red+Green+Blue) = 172+25+151=348 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.43% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 151 (59.38% from 255 or 43.39% from 348); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1997 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1997 is #53E668. Grayscale: #525252. Windows color (decimal): -5498473 or 9902508. OLE color: 9902508.

HSL color Cylindrical-coordinate representation of color #AC1997: hue angle of 308.57º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1997 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB17225151-
CMYK00.850.120.33
HSL308.57º74.62%38.63%-
HSV(B)308.57º85.47%67.45%-
XYZ22.9511.730.33-
YUV83.32166.2191.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.43%
GREEN value IS 25 (10.16% from 255) = 7.18%
BLUE value IS 151 (59.38% from 255) = 43.39%
R=49.43%
G=7.18%
B=43.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1722515100.850.120.33308.5774.6238.63
HexAC1997055C211354b27
Octal254312270125144146511347
Binary1010110011001100101110101010111001000011001101011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1997; }

 p { color: rgb(172,25,151); }

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

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

 a { background-color: rgb(172,25,151); }

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

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

 span { border-color: rgb(172,25,151); }

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