Shades of Medium Red Violet #AB408E
Tints of Medium Red Violet #AB408E
RGB
CMYK
RGB Variations
Color information
#AB408E (or 0xAB408E) is known color: Medium Red Violet. HEX triplet: AB, 40 and 8E. RGB value is (171,64,142). Sum of RGB (Red+Green+Blue) = 171+64+142=377 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.36% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 142 (55.86% from 255 or 37.67% from 377); Max value from RGB is 171 - color contains mainly: red. Hex color #AB408E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB408E is #54BF71. Grayscale: #686868. Windows color (decimal): -5554034 or 9322667. OLE color: 9322667.
HSL color Cylindrical-coordinate representation of color #AB408E: hue angle of 316.26º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB408E is Cyan = 0, Magento = 0.63, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 142 | - |
| CMYK | 0 | 0.63 | 0.17 | 0.33 |
| HSL | 316.26º | 0.46% | 0.46% | - |
| HSV(B) | 316.26º | 0.63% | 0.67% | - |
| XYZ | 23.51 | 14.28 | 27.11 | - |
| YUV | 104.89 | 148.95 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 142 | 0 | 0.63 | 0.17 | 0.33 | 316.26 | 0.46 | 0.46 |
| Hex | AB | 40 | 8E | 0 | 3F | 11 | 21 | 13C | 2E | 2E |
| Octal | 253 | 100 | 216 | 0 | 77 | 21 | 41 | 474 | 56 | 56 |
| Binary | 10101011 | 1000000 | 10001110 | 0 | 111111 | 10001 | 100001 | 100111100 | 101110 | 101110 |
Color Harmonies of #AB408E
Complementary color
Monochromatic Colors of #AB408E
Black with #AB408E
Text Example
Text Example
White with #AB408E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB408E; }
p { color: rgb(171,64,142); }
H1.HeaderClassName
{
color: #AB408E;
}
.AnyTagClassName
{
color: #AB408E;
}
</style>
background-color css
<style>
a { background-color: #AB408E; }
a { background-color: rgb(171,64,142); }
div.DivClassName
{
background-color: #AB408E;
}
.BgClassName
{
background-color: #AB408E;
}
</style>
border-color css
<style>
span { border-color: #AB408E; }
span { border-color: rgb(171,64,142); }
td.TdClassName
{
border-color: #AB408E;
}
.TagClassName
{
border-color: #AB408E;
}
</style>