Shades of Medium Red Violet #AC258C
Tints of Medium Red Violet #AC258C
RGB
CMYK
RGB Variations
Color information
#AC258C (or 0xAC258C) is known color: Medium Red Violet. HEX triplet: AC, 25 and 8C. RGB value is (172,37,140). Sum of RGB (Red+Green+Blue) = 172+37+140=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 37 (14.84% from 255 or 10.60% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC258C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC258C is #53DA73. Grayscale: #585858. Windows color (decimal): -5495412 or 9184684. OLE color: 9184684.
HSL color Cylindrical-coordinate representation of color #AC258C: hue angle of 314.22º 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 #AC258C is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 37 | 140 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.33 |
| HSL | 314.22º | 0.65% | 0.41% | - |
| HSV(B) | 314.22º | 0.78% | 0.67% | - |
| XYZ | 22.41 | 11.99 | 25.94 | - |
| YUV | 89.11 | 156.73 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 140 | 0 | 0.78 | 0.19 | 0.33 | 314.22 | 0.65 | 0.41 |
| Hex | AC | 25 | 8C | 0 | 4E | 13 | 21 | 13A | 41 | 29 |
| Octal | 254 | 45 | 214 | 0 | 116 | 23 | 41 | 472 | 101 | 51 |
| Binary | 10101100 | 100101 | 10001100 | 0 | 1001110 | 10011 | 100001 | 100111010 | 1000001 | 101001 |
Color Harmonies of #AC258C
Complementary color
Monochromatic Colors of #AC258C
Black with #AC258C
Text Example
Text Example
White with #AC258C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC258C; }
p { color: rgb(172,37,140); }
H1.HeaderClassName
{
color: #AC258C;
}
.AnyTagClassName
{
color: #AC258C;
}
</style>
background-color css
<style>
a { background-color: #AC258C; }
a { background-color: rgb(172,37,140); }
div.DivClassName
{
background-color: #AC258C;
}
.BgClassName
{
background-color: #AC258C;
}
</style>
border-color css
<style>
span { border-color: #AC258C; }
span { border-color: rgb(172,37,140); }
td.TdClassName
{
border-color: #AC258C;
}
.TagClassName
{
border-color: #AC258C;
}
</style>