Shades of Medium Violet Red #AB1B9A
Tints of Medium Violet Red #AB1B9A
RGB
CMYK
RGB Variations
Color information
#AB1B9A (or 0xAB1B9A) is known color: Medium Violet Red. HEX triplet: AB, 1B and 9A. RGB value is (171,27,154). Sum of RGB (Red+Green+Blue) = 171+27+154=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 27 (10.94% from 255 or 7.67% from 352); Blue value is 154 (60.55% from 255 or 43.75% from 352); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1B9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB1B9A is #54E465. Grayscale: #545454. Windows color (decimal): -5563494 or 10099627. OLE color: 10099627.
HSL color Cylindrical-coordinate representation of color #AB1B9A: hue angle of 307.08º degrees, saturation: 0.73, 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 #AB1B9A is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 27 | 154 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.33 |
| HSL | 307.08º | 0.73% | 0.39% | - |
| HSV(B) | 307.08º | 0.84% | 0.67% | - |
| XYZ | 23.02 | 11.77 | 31.63 | - |
| YUV | 84.53 | 167.21 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 27 | 154 | 0 | 0.84 | 0.10 | 0.33 | 307.08 | 0.73 | 0.39 |
| Hex | AB | 1B | 9A | 0 | 54 | A | 21 | 133 | 49 | 27 |
| Octal | 253 | 33 | 232 | 0 | 124 | 12 | 41 | 463 | 111 | 47 |
| Binary | 10101011 | 11011 | 10011010 | 0 | 1010100 | 1010 | 100001 | 100110011 | 1001001 | 100111 |
Color Harmonies of #AB1B9A
Complementary color
Monochromatic Colors of #AB1B9A
Black with #AB1B9A
Text Example
Text Example
White with #AB1B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1B9A; }
p { color: rgb(171,27,154); }
H1.HeaderClassName
{
color: #AB1B9A;
}
.AnyTagClassName
{
color: #AB1B9A;
}
</style>
background-color css
<style>
a { background-color: #AB1B9A; }
a { background-color: rgb(171,27,154); }
div.DivClassName
{
background-color: #AB1B9A;
}
.BgClassName
{
background-color: #AB1B9A;
}
</style>
border-color css
<style>
span { border-color: #AB1B9A; }
span { border-color: rgb(171,27,154); }
td.TdClassName
{
border-color: #AB1B9A;
}
.TagClassName
{
border-color: #AB1B9A;
}
</style>