Shades of Medium Violet Red #AB1B7A
Tints of Medium Violet Red #AB1B7A
RGB
CMYK
RGB Variations
Color information
#AB1B7A (or 0xAB1B7A) is known color: Medium Violet Red. HEX triplet: AB, 1B and 7A. RGB value is (171,27,122). Sum of RGB (Red+Green+Blue) = 171+27+122=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 27 (10.94% from 255 or 8.44% from 320); Blue value is 122 (48.05% from 255 or 38.12% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1B7A is #54E485. Grayscale: #505050. Windows color (decimal): -5563526 or 8002475. OLE color: 8002475.
HSL color Cylindrical-coordinate representation of color #AB1B7A: hue angle of 320.42º 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 #AB1B7A is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 27 | 122 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.33 |
| HSL | 320.42º | 0.73% | 0.39% | - |
| HSV(B) | 320.42º | 0.84% | 0.67% | - |
| XYZ | 20.7 | 10.85 | 19.42 | - |
| YUV | 80.89 | 151.21 | 192.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 27 | 122 | 0 | 0.84 | 0.29 | 0.33 | 320.42 | 0.73 | 0.39 |
| Hex | AB | 1B | 7A | 0 | 54 | 1D | 21 | 140 | 49 | 27 |
| Octal | 253 | 33 | 172 | 0 | 124 | 35 | 41 | 500 | 111 | 47 |
| Binary | 10101011 | 11011 | 1111010 | 0 | 1010100 | 11101 | 100001 | 101000000 | 1001001 | 100111 |
Color Harmonies of #AB1B7A
Complementary color
Monochromatic Colors of #AB1B7A
Black with #AB1B7A
Text Example
Text Example
White with #AB1B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1B7A; }
p { color: rgb(171,27,122); }
H1.HeaderClassName
{
color: #AB1B7A;
}
.AnyTagClassName
{
color: #AB1B7A;
}
</style>
background-color css
<style>
a { background-color: #AB1B7A; }
a { background-color: rgb(171,27,122); }
div.DivClassName
{
background-color: #AB1B7A;
}
.BgClassName
{
background-color: #AB1B7A;
}
</style>
border-color css
<style>
span { border-color: #AB1B7A; }
span { border-color: rgb(171,27,122); }
td.TdClassName
{
border-color: #AB1B7A;
}
.TagClassName
{
border-color: #AB1B7A;
}
</style>