Shades of Medium Red Violet #AC1F9B
Tints of Medium Red Violet #AC1F9B
RGB
CMYK
RGB Variations
Color information
#AC1F9B (or 0xAC1F9B) is known color: Medium Red Violet. HEX triplet: AC, 1F and 9B. RGB value is (172,31,155). Sum of RGB (Red+Green+Blue) = 172+31+155=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 31 (12.5% from 255 or 8.66% from 358); Blue value is 155 (60.94% from 255 or 43.30% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1F9B is #53E064. Grayscale: #565656. Windows color (decimal): -5496933 or 10166188. OLE color: 10166188.
HSL color Cylindrical-coordinate representation of color #AC1F9B: hue angle of 307.23º 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 #AC1F9B is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 31 | 155 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.33 |
| HSL | 307.23º | 0.69% | 0.4% | - |
| HSV(B) | 307.23º | 0.82% | 0.67% | - |
| XYZ | 23.42 | 12.12 | 32.11 | - |
| YUV | 87.3 | 166.21 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 31 | 155 | 0 | 0.82 | 0.10 | 0.33 | 307.23 | 0.69 | 0.4 |
| Hex | AC | 1F | 9B | 0 | 52 | A | 21 | 133 | 45 | 28 |
| Octal | 254 | 37 | 233 | 0 | 122 | 12 | 41 | 463 | 105 | 50 |
| Binary | 10101100 | 11111 | 10011011 | 0 | 1010010 | 1010 | 100001 | 100110011 | 1000101 | 101000 |
Color Harmonies of #AC1F9B
Complementary color
Monochromatic Colors of #AC1F9B
Black with #AC1F9B
Text Example
Text Example
White with #AC1F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1F9B; }
p { color: rgb(172,31,155); }
H1.HeaderClassName
{
color: #AC1F9B;
}
.AnyTagClassName
{
color: #AC1F9B;
}
</style>
background-color css
<style>
a { background-color: #AC1F9B; }
a { background-color: rgb(172,31,155); }
div.DivClassName
{
background-color: #AC1F9B;
}
.BgClassName
{
background-color: #AC1F9B;
}
</style>
border-color css
<style>
span { border-color: #AC1F9B; }
span { border-color: rgb(172,31,155); }
td.TdClassName
{
border-color: #AC1F9B;
}
.TagClassName
{
border-color: #AC1F9B;
}
</style>