#AC1977

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

Shades of Medium Violet Red #AC1977

Tints of Medium Violet Red #AC1977

Color information

#AC1977 (or 0xAC1977) is unknown color: approx Medium Violet Red. HEX triplet: AC, 19 and 77. RGB value is (172,25,119). Sum of RGB (Red+Green+Blue) = 172+25+119=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 25 (10.16% from 255 or 7.91% from 316); Blue value is 119 (46.88% from 255 or 37.66% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC1977 is #53E688. Grayscale: #4F4F4F. Windows color (decimal): -5498505 or 7805356. OLE color: 7805356.

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

Color convert

RGB17225119-
CMYK00.850.310.33
HSL321.63º74.62%38.63%-
HSV(B)321.63º85.47%67.45%-
XYZ20.6910.818.45-
YUV79.67150.2193.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 54.43%
GREEN value IS 25 (10.16% from 255) = 7.91%
BLUE value IS 119 (46.88% from 255) = 37.66%
R=54.43%
G=7.91%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1722511900.850.310.33321.6374.6238.63
HexAC19770551F211424b27
Octal254311670125374150211347
Binary1010110011001111011101010101111111000011010000101001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1977; }

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

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

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

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

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

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

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

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