Shades of Medium Red Violet #AB2598
Tints of Medium Red Violet #AB2598
RGB
CMYK
RGB Variations
Color information
#AB2598 (or 0xAB2598) is known color: Medium Red Violet. HEX triplet: AB, 25 and 98. RGB value is (171,37,152). Sum of RGB (Red+Green+Blue) = 171+37+152=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 37 (14.84% from 255 or 10.28% from 360); Blue value is 152 (59.77% from 255 or 42.22% from 360); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2598 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2598 is #54DA67. Grayscale: #595959. Windows color (decimal): -5560936 or 9971115. OLE color: 9971115.
HSL color Cylindrical-coordinate representation of color #AB2598: hue angle of 308.51º 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 #AB2598 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 37 | 152 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.33 |
| HSL | 308.51º | 0.64% | 0.41% | - |
| HSV(B) | 308.51º | 0.78% | 0.67% | - |
| XYZ | 23.12 | 12.25 | 30.85 | - |
| YUV | 90.18 | 162.89 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 152 | 0 | 0.78 | 0.11 | 0.33 | 308.51 | 0.64 | 0.41 |
| Hex | AB | 25 | 98 | 0 | 4E | B | 21 | 135 | 40 | 29 |
| Octal | 253 | 45 | 230 | 0 | 116 | 13 | 41 | 465 | 100 | 51 |
| Binary | 10101011 | 100101 | 10011000 | 0 | 1001110 | 1011 | 100001 | 100110101 | 1000000 | 101001 |
Color Harmonies of #AB2598
Complementary color
Monochromatic Colors of #AB2598
Black with #AB2598
Text Example
Text Example
White with #AB2598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2598; }
p { color: rgb(171,37,152); }
H1.HeaderClassName
{
color: #AB2598;
}
.AnyTagClassName
{
color: #AB2598;
}
</style>
background-color css
<style>
a { background-color: #AB2598; }
a { background-color: rgb(171,37,152); }
div.DivClassName
{
background-color: #AB2598;
}
.BgClassName
{
background-color: #AB2598;
}
</style>
border-color css
<style>
span { border-color: #AB2598; }
span { border-color: rgb(171,37,152); }
td.TdClassName
{
border-color: #AB2598;
}
.TagClassName
{
border-color: #AB2598;
}
</style>