Shades of Medium Red Violet #AC258E
Tints of Medium Red Violet #AC258E
RGB
CMYK
RGB Variations
Color information
#AC258E (or 0xAC258E) is known color: Medium Red Violet. HEX triplet: AC, 25 and 8E. RGB value is (172,37,142). Sum of RGB (Red+Green+Blue) = 172+37+142=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 37 (14.84% from 255 or 10.54% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC258E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC258E is #53DA71. Grayscale: #595959. Windows color (decimal): -5495410 or 9315756. OLE color: 9315756.
HSL color Cylindrical-coordinate representation of color #AC258E: hue angle of 313.33º 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 #AC258E is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 37 | 142 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.33 |
| HSL | 313.33º | 0.65% | 0.41% | - |
| HSV(B) | 313.33º | 0.78% | 0.67% | - |
| XYZ | 22.56 | 12.05 | 26.73 | - |
| YUV | 89.34 | 157.73 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 142 | 0 | 0.78 | 0.17 | 0.33 | 313.33 | 0.65 | 0.41 |
| Hex | AC | 25 | 8E | 0 | 4E | 11 | 21 | 139 | 41 | 29 |
| Octal | 254 | 45 | 216 | 0 | 116 | 21 | 41 | 471 | 101 | 51 |
| Binary | 10101100 | 100101 | 10001110 | 0 | 1001110 | 10001 | 100001 | 100111001 | 1000001 | 101001 |
Color Harmonies of #AC258E
Complementary color
Monochromatic Colors of #AC258E
Black with #AC258E
Text Example
Text Example
White with #AC258E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC258E; }
p { color: rgb(172,37,142); }
H1.HeaderClassName
{
color: #AC258E;
}
.AnyTagClassName
{
color: #AC258E;
}
</style>
background-color css
<style>
a { background-color: #AC258E; }
a { background-color: rgb(172,37,142); }
div.DivClassName
{
background-color: #AC258E;
}
.BgClassName
{
background-color: #AC258E;
}
</style>
border-color css
<style>
span { border-color: #AC258E; }
span { border-color: rgb(172,37,142); }
td.TdClassName
{
border-color: #AC258E;
}
.TagClassName
{
border-color: #AC258E;
}
</style>