Shades of Medium Red Violet #AB258E
Tints of Medium Red Violet #AB258E
RGB
CMYK
RGB Variations
Color information
#AB258E (or 0xAB258E) is known color: Medium Red Violet. HEX triplet: AB, 25 and 8E. RGB value is (171,37,142). Sum of RGB (Red+Green+Blue) = 171+37+142=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 37 (14.84% from 255 or 10.57% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB258E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB258E is #54DA71. Grayscale: #585858. Windows color (decimal): -5560946 or 9315755. OLE color: 9315755.
HSL color Cylindrical-coordinate representation of color #AB258E: hue angle of 312.99º degrees, saturation: 0.64, 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 #AB258E is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 37 | 142 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.33 |
| HSL | 312.99º | 0.64% | 0.41% | - |
| HSV(B) | 312.99º | 0.78% | 0.67% | - |
| XYZ | 22.34 | 11.93 | 26.72 | - |
| YUV | 89.04 | 157.89 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 142 | 0 | 0.78 | 0.17 | 0.33 | 312.99 | 0.64 | 0.41 |
| Hex | AB | 25 | 8E | 0 | 4E | 11 | 21 | 139 | 40 | 29 |
| Octal | 253 | 45 | 216 | 0 | 116 | 21 | 41 | 471 | 100 | 51 |
| Binary | 10101011 | 100101 | 10001110 | 0 | 1001110 | 10001 | 100001 | 100111001 | 1000000 | 101001 |
Color Harmonies of #AB258E
Complementary color
Monochromatic Colors of #AB258E
Black with #AB258E
Text Example
Text Example
White with #AB258E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB258E; }
p { color: rgb(171,37,142); }
H1.HeaderClassName
{
color: #AB258E;
}
.AnyTagClassName
{
color: #AB258E;
}
</style>
background-color css
<style>
a { background-color: #AB258E; }
a { background-color: rgb(171,37,142); }
div.DivClassName
{
background-color: #AB258E;
}
.BgClassName
{
background-color: #AB258E;
}
</style>
border-color css
<style>
span { border-color: #AB258E; }
span { border-color: rgb(171,37,142); }
td.TdClassName
{
border-color: #AB258E;
}
.TagClassName
{
border-color: #AB258E;
}
</style>