Shades of Medium Red Violet #AB4087
Tints of Medium Red Violet #AB4087
RGB
CMYK
RGB Variations
Color information
#AB4087 (or 0xAB4087) is known color: Medium Red Violet. HEX triplet: AB, 40 and 87. RGB value is (171,64,135). Sum of RGB (Red+Green+Blue) = 171+64+135=370 (49% of max value = 765). Red value is 171 (67.19% from 255 or 46.22% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 135 (53.12% from 255 or 36.49% from 370); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4087 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4087 is #54BF78. Grayscale: #676767. Windows color (decimal): -5554041 or 8863915. OLE color: 8863915.
HSL color Cylindrical-coordinate representation of color #AB4087: hue angle of 320.19º 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 #AB4087 is Cyan = 0, Magento = 0.63, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 64 | 135 | - |
| CMYK | 0 | 0.63 | 0.21 | 0.33 |
| HSL | 320.19º | 0.46% | 0.46% | - |
| HSV(B) | 320.19º | 0.63% | 0.67% | - |
| XYZ | 23 | 14.07 | 24.43 | - |
| YUV | 104.09 | 145.45 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 135 | 0 | 0.63 | 0.21 | 0.33 | 320.19 | 0.46 | 0.46 |
| Hex | AB | 40 | 87 | 0 | 3F | 15 | 21 | 140 | 2E | 2E |
| Octal | 253 | 100 | 207 | 0 | 77 | 25 | 41 | 500 | 56 | 56 |
| Binary | 10101011 | 1000000 | 10000111 | 0 | 111111 | 10101 | 100001 | 101000000 | 101110 | 101110 |
Color Harmonies of #AB4087
Complementary color
Monochromatic Colors of #AB4087
Black with #AB4087
Text Example
Text Example
White with #AB4087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4087; }
p { color: rgb(171,64,135); }
H1.HeaderClassName
{
color: #AB4087;
}
.AnyTagClassName
{
color: #AB4087;
}
</style>
background-color css
<style>
a { background-color: #AB4087; }
a { background-color: rgb(171,64,135); }
div.DivClassName
{
background-color: #AB4087;
}
.BgClassName
{
background-color: #AB4087;
}
</style>
border-color css
<style>
span { border-color: #AB4087; }
span { border-color: rgb(171,64,135); }
td.TdClassName
{
border-color: #AB4087;
}
.TagClassName
{
border-color: #AB4087;
}
</style>