Shades of Medium Red Violet #AB1D7B
Tints of Medium Red Violet #AB1D7B
RGB
CMYK
RGB Variations
Color information
#AB1D7B (or 0xAB1D7B) is known color: Medium Red Violet. HEX triplet: AB, 1D and 7B. RGB value is (171,29,123). Sum of RGB (Red+Green+Blue) = 171+29+123=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 29 (11.72% from 255 or 8.98% from 323); Blue value is 123 (48.44% from 255 or 38.08% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1D7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1D7B is #54E284. Grayscale: #515151. Windows color (decimal): -5563013 or 8068523. OLE color: 8068523.
HSL color Cylindrical-coordinate representation of color #AB1D7B: hue angle of 320.28º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB1D7B is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 29 | 123 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.33 |
| HSL | 320.28º | 0.71% | 0.39% | - |
| HSV(B) | 320.28º | 0.83% | 0.67% | - |
| XYZ | 20.81 | 10.97 | 19.76 | - |
| YUV | 82.17 | 151.04 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 29 | 123 | 0 | 0.83 | 0.28 | 0.33 | 320.28 | 0.71 | 0.39 |
| Hex | AB | 1D | 7B | 0 | 53 | 1C | 21 | 140 | 47 | 27 |
| Octal | 253 | 35 | 173 | 0 | 123 | 34 | 41 | 500 | 107 | 47 |
| Binary | 10101011 | 11101 | 1111011 | 0 | 1010011 | 11100 | 100001 | 101000000 | 1000111 | 100111 |
Color Harmonies of #AB1D7B
Complementary color
Monochromatic Colors of #AB1D7B
Black with #AB1D7B
Text Example
Text Example
White with #AB1D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1D7B; }
p { color: rgb(171,29,123); }
H1.HeaderClassName
{
color: #AB1D7B;
}
.AnyTagClassName
{
color: #AB1D7B;
}
</style>
background-color css
<style>
a { background-color: #AB1D7B; }
a { background-color: rgb(171,29,123); }
div.DivClassName
{
background-color: #AB1D7B;
}
.BgClassName
{
background-color: #AB1D7B;
}
</style>
border-color css
<style>
span { border-color: #AB1D7B; }
span { border-color: rgb(171,29,123); }
td.TdClassName
{
border-color: #AB1D7B;
}
.TagClassName
{
border-color: #AB1D7B;
}
</style>