Shades of Medium Red Violet #AB2098
Tints of Medium Red Violet #AB2098
RGB
CMYK
RGB Variations
Color information
#AB2098 (or 0xAB2098) is known color: Medium Red Violet. HEX triplet: AB, 20 and 98. RGB value is (171,32,152). Sum of RGB (Red+Green+Blue) = 171+32+152=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 32 (12.89% from 255 or 9.01% from 355); Blue value is 152 (59.77% from 255 or 42.82% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2098 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2098 is #54DF67. Grayscale: #565656. Windows color (decimal): -5562216 or 9969835. OLE color: 9969835.
HSL color Cylindrical-coordinate representation of color #AB2098: hue angle of 308.2º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2098 is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 32 | 152 | - |
| CMYK | 0 | 0.81 | 0.11 | 0.33 |
| HSL | 308.2º | 0.68% | 0.4% | - |
| HSV(B) | 308.2º | 0.81% | 0.67% | - |
| XYZ | 22.98 | 11.96 | 30.8 | - |
| YUV | 87.24 | 164.55 | 187.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 32 | 152 | 0 | 0.81 | 0.11 | 0.33 | 308.2 | 0.68 | 0.4 |
| Hex | AB | 20 | 98 | 0 | 51 | B | 21 | 134 | 44 | 28 |
| Octal | 253 | 40 | 230 | 0 | 121 | 13 | 41 | 464 | 104 | 50 |
| Binary | 10101011 | 100000 | 10011000 | 0 | 1010001 | 1011 | 100001 | 100110100 | 1000100 | 101000 |
Color Harmonies of #AB2098
Complementary color
Monochromatic Colors of #AB2098
Black with #AB2098
Text Example
Text Example
White with #AB2098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2098; }
p { color: rgb(171,32,152); }
H1.HeaderClassName
{
color: #AB2098;
}
.AnyTagClassName
{
color: #AB2098;
}
</style>
background-color css
<style>
a { background-color: #AB2098; }
a { background-color: rgb(171,32,152); }
div.DivClassName
{
background-color: #AB2098;
}
.BgClassName
{
background-color: #AB2098;
}
</style>
border-color css
<style>
span { border-color: #AB2098; }
span { border-color: rgb(171,32,152); }
td.TdClassName
{
border-color: #AB2098;
}
.TagClassName
{
border-color: #AB2098;
}
</style>