Shades of Medium Violet Red #AB1498
Tints of Medium Violet Red #AB1498
RGB
CMYK
RGB Variations
Color information
#AB1498 (or 0xAB1498) is known color: Medium Violet Red. HEX triplet: AB, 14 and 98. RGB value is (171,20,152). Sum of RGB (Red+Green+Blue) = 171+20+152=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 152 (59.77% from 255 or 44.31% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1498 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1498 is #54EB67. Grayscale: #4F4F4F. Windows color (decimal): -5565288 or 9966763. OLE color: 9966763.
HSL color Cylindrical-coordinate representation of color #AB1498: hue angle of 307.55º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1498 is Cyan = 0, Magento = 0.88, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 152 | - |
| CMYK | 0 | 0.88 | 0.11 | 0.33 |
| HSL | 307.55º | 0.79% | 0.37% | - |
| HSV(B) | 307.55º | 0.88% | 0.67% | - |
| XYZ | 22.71 | 11.43 | 30.71 | - |
| YUV | 80.2 | 168.53 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 152 | 0 | 0.88 | 0.11 | 0.33 | 307.55 | 0.79 | 0.37 |
| Hex | AB | 14 | 98 | 0 | 58 | B | 21 | 134 | 4F | 25 |
| Octal | 253 | 24 | 230 | 0 | 130 | 13 | 41 | 464 | 117 | 45 |
| Binary | 10101011 | 10100 | 10011000 | 0 | 1011000 | 1011 | 100001 | 100110100 | 1001111 | 100101 |
Color Harmonies of #AB1498
Complementary color
Monochromatic Colors of #AB1498
Black with #AB1498
Text Example
Text Example
White with #AB1498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1498; }
p { color: rgb(171,20,152); }
H1.HeaderClassName
{
color: #AB1498;
}
.AnyTagClassName
{
color: #AB1498;
}
</style>
background-color css
<style>
a { background-color: #AB1498; }
a { background-color: rgb(171,20,152); }
div.DivClassName
{
background-color: #AB1498;
}
.BgClassName
{
background-color: #AB1498;
}
</style>
border-color css
<style>
span { border-color: #AB1498; }
span { border-color: rgb(171,20,152); }
td.TdClassName
{
border-color: #AB1498;
}
.TagClassName
{
border-color: #AB1498;
}
</style>