Shades of Medium Violet Red #AB1485
Tints of Medium Violet Red #AB1485
RGB
CMYK
RGB Variations
Color information
#AB1485 (or 0xAB1485) is known color: Medium Violet Red. HEX triplet: AB, 14 and 85. RGB value is (171,20,133). Sum of RGB (Red+Green+Blue) = 171+20+133=324 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.78% from 324); Green value is 20 (8.20% from 255 or 6.17% from 324); Blue value is 133 (52.34% from 255 or 41.05% from 324); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1485 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1485 is #54EB7A. Grayscale: #4D4D4D. Windows color (decimal): -5565307 or 8721579. OLE color: 8721579.
HSL color Cylindrical-coordinate representation of color #AB1485: hue angle of 315.1º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AB1485 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 20 | 133 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.33 |
| HSL | 315.1º | 0.79% | 0.37% | - |
| HSV(B) | 315.1º | 0.88% | 0.67% | - |
| XYZ | 21.28 | 10.85 | 23.16 | - |
| YUV | 78.03 | 159.03 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 20 | 133 | 0 | 0.88 | 0.22 | 0.33 | 315.1 | 0.79 | 0.37 |
| Hex | AB | 14 | 85 | 0 | 58 | 16 | 21 | 13B | 4F | 25 |
| Octal | 253 | 24 | 205 | 0 | 130 | 26 | 41 | 473 | 117 | 45 |
| Binary | 10101011 | 10100 | 10000101 | 0 | 1011000 | 10110 | 100001 | 100111011 | 1001111 | 100101 |
Color Harmonies of #AB1485
Complementary color
Monochromatic Colors of #AB1485
Black with #AB1485
Text Example
Text Example
White with #AB1485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1485; }
p { color: rgb(171,20,133); }
H1.HeaderClassName
{
color: #AB1485;
}
.AnyTagClassName
{
color: #AB1485;
}
</style>
background-color css
<style>
a { background-color: #AB1485; }
a { background-color: rgb(171,20,133); }
div.DivClassName
{
background-color: #AB1485;
}
.BgClassName
{
background-color: #AB1485;
}
</style>
border-color css
<style>
span { border-color: #AB1485; }
span { border-color: rgb(171,20,133); }
td.TdClassName
{
border-color: #AB1485;
}
.TagClassName
{
border-color: #AB1485;
}
</style>