Shades of Medium Red Violet #AB408D
Tints of Medium Red Violet #AB408D
RGB
CMYK
RGB Variations
Color information
#AB408D (or 0xAB408D) is known color: Medium Red Violet. HEX triplet: AB, 40 and 8D. RGB value is (171,64,141). Sum of RGB (Red+Green+Blue) = 171+64+141=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB408D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB408D is #54BF72. Grayscale: #686868. Windows color (decimal): -5554035 or 9257131. OLE color: 9257131.
HSL color Cylindrical-coordinate representation of color #AB408D: hue angle of 316.82º 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 #AB408D is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 141 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.33 |
| HSL | 316.82º | 0.46% | 0.46% | - |
| HSV(B) | 316.82º | 0.63% | 0.67% | - |
| XYZ | 23.44 | 14.25 | 26.71 | - |
| YUV | 104.77 | 148.45 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 141 | 0 | 0.63 | 0.18 | 0.33 | 316.82 | 0.46 | 0.46 |
| Hex | AB | 40 | 8D | 0 | 3F | 12 | 21 | 13D | 2E | 2E |
| Octal | 253 | 100 | 215 | 0 | 77 | 22 | 41 | 475 | 56 | 56 |
| Binary | 10101011 | 1000000 | 10001101 | 0 | 111111 | 10010 | 100001 | 100111101 | 101110 | 101110 |
Color Harmonies of #AB408D
Complementary color
Monochromatic Colors of #AB408D
Black with #AB408D
Text Example
Text Example
White with #AB408D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB408D; }
p { color: rgb(171,64,141); }
H1.HeaderClassName
{
color: #AB408D;
}
.AnyTagClassName
{
color: #AB408D;
}
</style>
background-color css
<style>
a { background-color: #AB408D; }
a { background-color: rgb(171,64,141); }
div.DivClassName
{
background-color: #AB408D;
}
.BgClassName
{
background-color: #AB408D;
}
</style>
border-color css
<style>
span { border-color: #AB408D; }
span { border-color: rgb(171,64,141); }
td.TdClassName
{
border-color: #AB408D;
}
.TagClassName
{
border-color: #AB408D;
}
</style>