Shades of Medium Violet Red #AB1B7D
Tints of Medium Violet Red #AB1B7D
RGB
CMYK
RGB Variations
Color information
#AB1B7D (or 0xAB1B7D) is known color: Medium Violet Red. HEX triplet: AB, 1B and 7D. RGB value is (171,27,125). Sum of RGB (Red+Green+Blue) = 171+27+125=323 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.94% from 323); Green value is 27 (10.94% from 255 or 8.36% from 323); Blue value is 125 (49.22% from 255 or 38.70% from 323); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB1B7D is #54E482. Grayscale: #505050. Windows color (decimal): -5563523 or 8199083. OLE color: 8199083.
HSL color Cylindrical-coordinate representation of color #AB1B7D: hue angle of 319.17º 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 #AB1B7D is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 27 | 125 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.33 |
| HSL | 319.17º | 0.73% | 0.39% | - |
| HSV(B) | 319.17º | 0.84% | 0.67% | - |
| XYZ | 20.89 | 10.92 | 20.41 | - |
| YUV | 81.23 | 152.71 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 27 | 125 | 0 | 0.84 | 0.27 | 0.33 | 319.17 | 0.73 | 0.39 |
| Hex | AB | 1B | 7D | 0 | 54 | 1B | 21 | 13F | 49 | 27 |
| Octal | 253 | 33 | 175 | 0 | 124 | 33 | 41 | 477 | 111 | 47 |
| Binary | 10101011 | 11011 | 1111101 | 0 | 1010100 | 11011 | 100001 | 100111111 | 1001001 | 100111 |
Color Harmonies of #AB1B7D
Complementary color
Monochromatic Colors of #AB1B7D
Black with #AB1B7D
Text Example
Text Example
White with #AB1B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1B7D; }
p { color: rgb(171,27,125); }
H1.HeaderClassName
{
color: #AB1B7D;
}
.AnyTagClassName
{
color: #AB1B7D;
}
</style>
background-color css
<style>
a { background-color: #AB1B7D; }
a { background-color: rgb(171,27,125); }
div.DivClassName
{
background-color: #AB1B7D;
}
.BgClassName
{
background-color: #AB1B7D;
}
</style>
border-color css
<style>
span { border-color: #AB1B7D; }
span { border-color: rgb(171,27,125); }
td.TdClassName
{
border-color: #AB1B7D;
}
.TagClassName
{
border-color: #AB1B7D;
}
</style>