Shades of Medium Red Violet #AB276E
Tints of Medium Red Violet #AB276E
RGB
CMYK
RGB Variations
Color information
#AB276E (or 0xAB276E) is known color: Medium Red Violet. HEX triplet: AB, 27 and 6E. RGB value is (171,39,110). Sum of RGB (Red+Green+Blue) = 171+39+110=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 39 (15.62% from 255 or 12.19% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB276E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB276E is #54D891. Grayscale: #565656. Windows color (decimal): -5560466 or 7219115. OLE color: 7219115.
HSL color Cylindrical-coordinate representation of color #AB276E: hue angle of 327.73º 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 #AB276E is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 39 | 110 | - |
| CMYK | 0 | 0.77 | 0.36 | 0.33 |
| HSL | 327.73º | 0.63% | 0.41% | - |
| HSV(B) | 327.73º | 0.77% | 0.67% | - |
| XYZ | 20.33 | 11.23 | 15.85 | - |
| YUV | 86.56 | 141.23 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 39 | 110 | 0 | 0.77 | 0.36 | 0.33 | 327.73 | 0.63 | 0.41 |
| Hex | AB | 27 | 6E | 0 | 4D | 24 | 21 | 148 | 3F | 29 |
| Octal | 253 | 47 | 156 | 0 | 115 | 44 | 41 | 510 | 77 | 51 |
| Binary | 10101011 | 100111 | 1101110 | 0 | 1001101 | 100100 | 100001 | 101001000 | 111111 | 101001 |
Color Harmonies of #AB276E
Complementary color
Monochromatic Colors of #AB276E
Black with #AB276E
Text Example
Text Example
White with #AB276E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB276E; }
p { color: rgb(171,39,110); }
H1.HeaderClassName
{
color: #AB276E;
}
.AnyTagClassName
{
color: #AB276E;
}
</style>
background-color css
<style>
a { background-color: #AB276E; }
a { background-color: rgb(171,39,110); }
div.DivClassName
{
background-color: #AB276E;
}
.BgClassName
{
background-color: #AB276E;
}
</style>
border-color css
<style>
span { border-color: #AB276E; }
span { border-color: rgb(171,39,110); }
td.TdClassName
{
border-color: #AB276E;
}
.TagClassName
{
border-color: #AB276E;
}
</style>