Shades of Medium Violet Red #AB0389
Tints of Medium Violet Red #AB0389
RGB
CMYK
RGB Variations
Color information
#AB0389 (or 0xAB0389) is known color: Medium Violet Red. HEX triplet: AB, 03 and 89. RGB value is (171,3,137). Sum of RGB (Red+Green+Blue) = 171+3+137=311 (41% of max value = 765). Red value is 171 (67.19% from 255 or 54.98% from 311); Green value is 3 (1.56% from 255 or 0.96% from 311); Blue value is 137 (53.91% from 255 or 44.05% from 311); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0389 is #54FC76. Grayscale: #444444. Windows color (decimal): -5569655 or 8979371. OLE color: 8979371.
HSL color Cylindrical-coordinate representation of color #AB0389: hue angle of 312.14º 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 #AB0389 is Cyan = 0, Magento = 0.98, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 3 | 137 | - |
| CMYK | 0 | 0.98 | 0.20 | 0.33 |
| HSL | 312.14º | 0.97% | 0.34% | - |
| HSV(B) | 312.14º | 0.98% | 0.67% | - |
| XYZ | 21.34 | 10.53 | 24.57 | - |
| YUV | 68.51 | 166.66 | 201.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 137 | 0 | 0.98 | 0.20 | 0.33 | 312.14 | 0.97 | 0.34 |
| Hex | AB | 3 | 89 | 0 | 62 | 14 | 21 | 138 | 61 | 22 |
| Octal | 253 | 3 | 211 | 0 | 142 | 24 | 41 | 470 | 141 | 42 |
| Binary | 10101011 | 11 | 10001001 | 0 | 1100010 | 10100 | 100001 | 100111000 | 1100001 | 100010 |
Color Harmonies of #AB0389
Complementary color
Monochromatic Colors of #AB0389
Black with #AB0389
Text Example
Text Example
White with #AB0389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0389; }
p { color: rgb(171,3,137); }
H1.HeaderClassName
{
color: #AB0389;
}
.AnyTagClassName
{
color: #AB0389;
}
</style>
background-color css
<style>
a { background-color: #AB0389; }
a { background-color: rgb(171,3,137); }
div.DivClassName
{
background-color: #AB0389;
}
.BgClassName
{
background-color: #AB0389;
}
</style>
border-color css
<style>
span { border-color: #AB0389; }
span { border-color: rgb(171,3,137); }
td.TdClassName
{
border-color: #AB0389;
}
.TagClassName
{
border-color: #AB0389;
}
</style>