Shades of Medium Red Violet #AB408B
Tints of Medium Red Violet #AB408B
RGB
CMYK
RGB Variations
Color information
#AB408B (or 0xAB408B) is known color: Medium Red Violet. HEX triplet: AB, 40 and 8B. RGB value is (171,64,139). Sum of RGB (Red+Green+Blue) = 171+64+139=374 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.72% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 171 - color contains mainly: red. Hex color #AB408B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB408B is #54BF74. Grayscale: #686868. Windows color (decimal): -5554037 or 9126059. OLE color: 9126059.
HSL color Cylindrical-coordinate representation of color #AB408B: hue angle of 317.94º 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 #AB408B is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 139 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.33 |
| HSL | 317.94º | 0.46% | 0.46% | - |
| HSV(B) | 317.94º | 0.63% | 0.67% | - |
| XYZ | 23.29 | 14.19 | 25.94 | - |
| YUV | 104.54 | 147.45 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 139 | 0 | 0.63 | 0.19 | 0.33 | 317.94 | 0.46 | 0.46 |
| Hex | AB | 40 | 8B | 0 | 3F | 13 | 21 | 13E | 2E | 2E |
| Octal | 253 | 100 | 213 | 0 | 77 | 23 | 41 | 476 | 56 | 56 |
| Binary | 10101011 | 1000000 | 10001011 | 0 | 111111 | 10011 | 100001 | 100111110 | 101110 | 101110 |
Color Harmonies of #AB408B
Complementary color
Monochromatic Colors of #AB408B
Black with #AB408B
Text Example
Text Example
White with #AB408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB408B; }
p { color: rgb(171,64,139); }
H1.HeaderClassName
{
color: #AB408B;
}
.AnyTagClassName
{
color: #AB408B;
}
</style>
background-color css
<style>
a { background-color: #AB408B; }
a { background-color: rgb(171,64,139); }
div.DivClassName
{
background-color: #AB408B;
}
.BgClassName
{
background-color: #AB408B;
}
</style>
border-color css
<style>
span { border-color: #AB408B; }
span { border-color: rgb(171,64,139); }
td.TdClassName
{
border-color: #AB408B;
}
.TagClassName
{
border-color: #AB408B;
}
</style>