Shades of Medium Violet Red #AB0388
Tints of Medium Violet Red #AB0388
RGB
CMYK
RGB Variations
Color information
#AB0388 (or 0xAB0388) is known color: Medium Violet Red. HEX triplet: AB, 03 and 88. RGB value is (171,3,136). Sum of RGB (Red+Green+Blue) = 171+3+136=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 3 (1.56% from 255 or 0.97% from 310); Blue value is 136 (53.52% from 255 or 43.87% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0388 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0388 is #54FC77. Grayscale: #444444. Windows color (decimal): -5569656 or 8913835. OLE color: 8913835.
HSL color Cylindrical-coordinate representation of color #AB0388: hue angle of 312.5º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB0388 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 3 | 136 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.33 |
| HSL | 312.5º | 0.97% | 0.34% | - |
| HSV(B) | 312.5º | 0.98% | 0.67% | - |
| XYZ | 21.27 | 10.5 | 24.2 | - |
| YUV | 68.39 | 166.16 | 201.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 136 | 0 | 0.98 | 0.20 | 0.33 | 312.5 | 0.97 | 0.34 |
| Hex | AB | 3 | 88 | 0 | 62 | 14 | 21 | 138 | 61 | 22 |
| Octal | 253 | 3 | 210 | 0 | 142 | 24 | 41 | 470 | 141 | 42 |
| Binary | 10101011 | 11 | 10001000 | 0 | 1100010 | 10100 | 100001 | 100111000 | 1100001 | 100010 |
Color Harmonies of #AB0388
Complementary color
Monochromatic Colors of #AB0388
Black with #AB0388
Text Example
Text Example
White with #AB0388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0388; }
p { color: rgb(171,3,136); }
H1.HeaderClassName
{
color: #AB0388;
}
.AnyTagClassName
{
color: #AB0388;
}
</style>
background-color css
<style>
a { background-color: #AB0388; }
a { background-color: rgb(171,3,136); }
div.DivClassName
{
background-color: #AB0388;
}
.BgClassName
{
background-color: #AB0388;
}
</style>
border-color css
<style>
span { border-color: #AB0388; }
span { border-color: rgb(171,3,136); }
td.TdClassName
{
border-color: #AB0388;
}
.TagClassName
{
border-color: #AB0388;
}
</style>