Shades of Medium Red Violet #AC258F
Tints of Medium Red Violet #AC258F
RGB
CMYK
RGB Variations
Color information
#AC258F (or 0xAC258F) is known color: Medium Red Violet. HEX triplet: AC, 25 and 8F. RGB value is (172,37,143). Sum of RGB (Red+Green+Blue) = 172+37+143=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 37 (14.84% from 255 or 10.51% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC258F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC258F is #53DA70. Grayscale: #595959. Windows color (decimal): -5495409 or 9381292. OLE color: 9381292.
HSL color Cylindrical-coordinate representation of color #AC258F: hue angle of 312.89º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC258F is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 37 | 143 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.33 |
| HSL | 312.89º | 0.65% | 0.41% | - |
| HSV(B) | 312.89º | 0.78% | 0.67% | - |
| XYZ | 22.63 | 12.08 | 27.12 | - |
| YUV | 89.45 | 158.23 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 143 | 0 | 0.78 | 0.17 | 0.33 | 312.89 | 0.65 | 0.41 |
| Hex | AC | 25 | 8F | 0 | 4E | 11 | 21 | 139 | 41 | 29 |
| Octal | 254 | 45 | 217 | 0 | 116 | 21 | 41 | 471 | 101 | 51 |
| Binary | 10101100 | 100101 | 10001111 | 0 | 1001110 | 10001 | 100001 | 100111001 | 1000001 | 101001 |
Color Harmonies of #AC258F
Complementary color
Monochromatic Colors of #AC258F
Black with #AC258F
Text Example
Text Example
White with #AC258F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC258F; }
p { color: rgb(172,37,143); }
H1.HeaderClassName
{
color: #AC258F;
}
.AnyTagClassName
{
color: #AC258F;
}
</style>
background-color css
<style>
a { background-color: #AC258F; }
a { background-color: rgb(172,37,143); }
div.DivClassName
{
background-color: #AC258F;
}
.BgClassName
{
background-color: #AC258F;
}
</style>
border-color css
<style>
span { border-color: #AC258F; }
span { border-color: rgb(172,37,143); }
td.TdClassName
{
border-color: #AC258F;
}
.TagClassName
{
border-color: #AC258F;
}
</style>