#AC1F79

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

Shades of Medium Red Violet #AC1F79

Tints of Medium Red Violet #AC1F79

Color information

#AC1F79 (or 0xAC1F79) is unknown color: approx Medium Red Violet. HEX triplet: AC, 1F and 79. RGB value is (172,31,121). Sum of RGB (Red+Green+Blue) = 172+31+121=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 31 (12.5% from 255 or 9.57% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1F79 is #53E086. Grayscale: #535353. Windows color (decimal): -5496967 or 7937964. OLE color: 7937964.

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

Color convert

RGB17231121-
CMYK00.820.300.33
HSL321.7º69.46%39.8%-
HSV(B)321.7º81.98%67.45%-
XYZ20.9511.1319.13-
YUV83.42149.21191.18-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.09%
GREEN value IS 31 (12.5% from 255) = 9.57%
BLUE value IS 121 (47.66% from 255) = 37.35%
R=53.09%
G=9.57%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723112100.820.300.33321.769.4639.8
HexAC1F790521E211424528
Octal254371710122364150210550
Binary1010110011111111100101010010111101000011010000101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1F79; }

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

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

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

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

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

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

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

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