Shades of Medium Red Violet #AB279B
Tints of Medium Red Violet #AB279B
RGB
CMYK
RGB Variations
Color information
#AB279B (or 0xAB279B) is known color: Medium Red Violet. HEX triplet: AB, 27 and 9B. RGB value is (171,39,155). Sum of RGB (Red+Green+Blue) = 171+39+155=365 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.85% from 365); Green value is 39 (15.62% from 255 or 10.68% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 171 - color contains mainly: red. Hex color #AB279B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB279B is #54D864. Grayscale: #5B5B5B. Windows color (decimal): -5560421 or 10168235. OLE color: 10168235.
HSL color Cylindrical-coordinate representation of color #AB279B: hue angle of 307.27º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB279B is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 39 | 155 | - |
| CMYK | 0 | 0.77 | 0.09 | 0.33 |
| HSL | 307.27º | 0.63% | 0.41% | - |
| HSV(B) | 307.27º | 0.77% | 0.67% | - |
| XYZ | 23.44 | 12.48 | 32.18 | - |
| YUV | 91.69 | 163.73 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 39 | 155 | 0 | 0.77 | 0.09 | 0.33 | 307.27 | 0.63 | 0.41 |
| Hex | AB | 27 | 9B | 0 | 4D | 9 | 21 | 133 | 3F | 29 |
| Octal | 253 | 47 | 233 | 0 | 115 | 11 | 41 | 463 | 77 | 51 |
| Binary | 10101011 | 100111 | 10011011 | 0 | 1001101 | 1001 | 100001 | 100110011 | 111111 | 101001 |
Color Harmonies of #AB279B
Complementary color
Monochromatic Colors of #AB279B
Black with #AB279B
Text Example
Text Example
White with #AB279B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB279B; }
p { color: rgb(171,39,155); }
H1.HeaderClassName
{
color: #AB279B;
}
.AnyTagClassName
{
color: #AB279B;
}
</style>
background-color css
<style>
a { background-color: #AB279B; }
a { background-color: rgb(171,39,155); }
div.DivClassName
{
background-color: #AB279B;
}
.BgClassName
{
background-color: #AB279B;
}
</style>
border-color css
<style>
span { border-color: #AB279B; }
span { border-color: rgb(171,39,155); }
td.TdClassName
{
border-color: #AB279B;
}
.TagClassName
{
border-color: #AB279B;
}
</style>