#AC1F81

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

Shades of Medium Red Violet #AC1F81

Tints of Medium Red Violet #AC1F81

Color information

#AC1F81 (or 0xAC1F81) is unknown color: approx Medium Red Violet. HEX triplet: AC, 1F and 81. RGB value is (172,31,129). Sum of RGB (Red+Green+Blue) = 172+31+129=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 31 (12.5% from 255 or 9.34% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1F81 is #53E07E. Grayscale: #545454. Windows color (decimal): -5496959 or 8462252. OLE color: 8462252.

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

Color convert

RGB17231129-
CMYK00.820.250.33
HSL318.3º69.46%39.8%-
HSV(B)318.3º81.98%67.45%-
XYZ21.4711.3421.83-
YUV84.33153.21190.53-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.81%
GREEN value IS 31 (12.5% from 255) = 9.34%
BLUE value IS 129 (50.78% from 255) = 38.86%
R=51.81%
G=9.34%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723112900.820.250.33318.369.4639.8
HexAC1F81052192113e4528
Octal254372010122314147610550
Binary10101100111111000000101010010110011000011001111101000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1F81; }

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

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

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

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

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

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

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

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