#AC1F7D

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

Shades of Medium Red Violet #AC1F7D

Tints of Medium Red Violet #AC1F7D

Color information

#AC1F7D (or 0xAC1F7D) is unknown color: approx Medium Red Violet. HEX triplet: AC, 1F and 7D. RGB value is (172,31,125). Sum of RGB (Red+Green+Blue) = 172+31+125=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 31 (12.5% from 255 or 9.45% from 328); Blue value is 125 (49.22% from 255 or 38.11% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1F7D is #53E082. Grayscale: #535353. Windows color (decimal): -5496963 or 8200108. OLE color: 8200108.

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

Color convert

RGB17231125-
CMYK00.820.270.33
HSL320º69.46%39.8%-
HSV(B)320º81.98%67.45%-
XYZ21.211.2320.45-
YUV83.88151.21190.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.44%
GREEN value IS 31 (12.5% from 255) = 9.45%
BLUE value IS 125 (49.22% from 255) = 38.11%
R=52.44%
G=9.45%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723112500.820.270.3332069.4639.8
HexAC1F7D0521B211404528
Octal254371750122334150010550
Binary1010110011111111110101010010110111000011010000001000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1F7D; }

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

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

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

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

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

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

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

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