Shades of Medium Red Violet #AC1F8A
Tints of Medium Red Violet #AC1F8A
RGB
CMYK
RGB Variations
Color information
#AC1F8A (or 0xAC1F8A) is known color: Medium Red Violet. HEX triplet: AC, 1F and 8A. RGB value is (172,31,138). Sum of RGB (Red+Green+Blue) = 172+31+138=341 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.44% from 341); Green value is 31 (12.5% from 255 or 9.09% from 341); Blue value is 138 (54.30% from 255 or 40.47% from 341); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1F8A is #53E075. Grayscale: #555555. Windows color (decimal): -5496950 or 9052076. OLE color: 9052076.
HSL color Cylindrical-coordinate representation of color #AC1F8A: hue angle of 314.47º 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 #AC1F8A is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 31 | 138 | - |
| CMYK | 0 | 0.82 | 0.20 | 0.33 |
| HSL | 314.47º | 0.69% | 0.4% | - |
| HSV(B) | 314.47º | 0.82% | 0.67% | - |
| XYZ | 22.09 | 11.59 | 25.12 | - |
| YUV | 85.36 | 157.71 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 31 | 138 | 0 | 0.82 | 0.20 | 0.33 | 314.47 | 0.69 | 0.4 |
| Hex | AC | 1F | 8A | 0 | 52 | 14 | 21 | 13A | 45 | 28 |
| Octal | 254 | 37 | 212 | 0 | 122 | 24 | 41 | 472 | 105 | 50 |
| Binary | 10101100 | 11111 | 10001010 | 0 | 1010010 | 10100 | 100001 | 100111010 | 1000101 | 101000 |
Color Harmonies of #AC1F8A
Complementary color
Monochromatic Colors of #AC1F8A
Black with #AC1F8A
Text Example
Text Example
White with #AC1F8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1F8A; }
p { color: rgb(172,31,138); }
H1.HeaderClassName
{
color: #AC1F8A;
}
.AnyTagClassName
{
color: #AC1F8A;
}
</style>
background-color css
<style>
a { background-color: #AC1F8A; }
a { background-color: rgb(172,31,138); }
div.DivClassName
{
background-color: #AC1F8A;
}
.BgClassName
{
background-color: #AC1F8A;
}
</style>
border-color css
<style>
span { border-color: #AC1F8A; }
span { border-color: rgb(172,31,138); }
td.TdClassName
{
border-color: #AC1F8A;
}
.TagClassName
{
border-color: #AC1F8A;
}
</style>