#AC1F80

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

Shades of Medium Red Violet #AC1F80

Tints of Medium Red Violet #AC1F80

Color information

#AC1F80 (or 0xAC1F80) is unknown color: approx Medium Red Violet. HEX triplet: AC, 1F and 80. RGB value is (172,31,128). Sum of RGB (Red+Green+Blue) = 172+31+128=331 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.96% from 331); Green value is 31 (12.5% from 255 or 9.37% from 331); Blue value is 128 (50.39% from 255 or 38.67% from 331); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1F80 is #53E07F. Grayscale: #535353. Windows color (decimal): -5496960 or 8396716. OLE color: 8396716.

HSL color Cylindrical-coordinate representation of color #AC1F80: hue angle of 318.72º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC1F80 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB17231128-
CMYK00.820.260.33
HSL318.72º69.46%39.8%-
HSV(B)318.72º81.98%67.45%-
XYZ21.411.3121.48-
YUV84.22152.71190.61-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.96%
GREEN value IS 31 (12.5% from 255) = 9.37%
BLUE value IS 128 (50.39% from 255) = 38.67%
R=51.96%
G=9.37%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723112800.820.260.33318.7269.4639.8
HexAC1F800521A2113f4528
Octal254372000122324147710550
Binary10101100111111000000001010010110101000011001111111000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1F80; }

 p { color: rgb(172,31,128); }

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

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

 a { background-color: rgb(172,31,128); }

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

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

 span { border-color: rgb(172,31,128); }

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