Shades of Medium Violet Red #AB1C9F
Tints of Medium Violet Red #AB1C9F
RGB
CMYK
RGB Variations
Color information
#AB1C9F (or 0xAB1C9F) is known color: Medium Violet Red. HEX triplet: AB, 1C and 9F. RGB value is (171,28,159). Sum of RGB (Red+Green+Blue) = 171+28+159=358 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.77% from 358); Green value is 28 (11.33% from 255 or 7.82% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1C9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1C9F is #54E360. Grayscale: #555555. Windows color (decimal): -5563233 or 10427563. OLE color: 10427563.
HSL color Cylindrical-coordinate representation of color #AB1C9F: hue angle of 305.03º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AB1C9F is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 28 | 159 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.33 |
| HSL | 305.04º | 0.72% | 0.39% | - |
| HSV(B) | 305.04º | 0.84% | 0.67% | - |
| XYZ | 23.47 | 11.99 | 33.88 | - |
| YUV | 85.69 | 169.38 | 188.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 28 | 159 | 0 | 0.84 | 0.07 | 0.33 | 305.04 | 0.72 | 0.39 |
| Hex | AB | 1C | 9F | 0 | 54 | 7 | 21 | 131 | 48 | 27 |
| Octal | 253 | 34 | 237 | 0 | 124 | 7 | 41 | 461 | 110 | 47 |
| Binary | 10101011 | 11100 | 10011111 | 0 | 1010100 | 111 | 100001 | 100110001 | 1001000 | 100111 |
Color Harmonies of #AB1C9F
Complementary color
Monochromatic Colors of #AB1C9F
Black with #AB1C9F
Text Example
Text Example
White with #AB1C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1C9F; }
p { color: rgb(171,28,159); }
H1.HeaderClassName
{
color: #AB1C9F;
}
.AnyTagClassName
{
color: #AB1C9F;
}
</style>
background-color css
<style>
a { background-color: #AB1C9F; }
a { background-color: rgb(171,28,159); }
div.DivClassName
{
background-color: #AB1C9F;
}
.BgClassName
{
background-color: #AB1C9F;
}
</style>
border-color css
<style>
span { border-color: #AB1C9F; }
span { border-color: rgb(171,28,159); }
td.TdClassName
{
border-color: #AB1C9F;
}
.TagClassName
{
border-color: #AB1C9F;
}
</style>