Shades of Medium Red Violet #AB277D
Tints of Medium Red Violet #AB277D
RGB
CMYK
RGB Variations
Color information
#AB277D (or 0xAB277D) is known color: Medium Red Violet. HEX triplet: AB, 27 and 7D. RGB value is (171,39,125). Sum of RGB (Red+Green+Blue) = 171+39+125=335 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.04% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 171 - color contains mainly: red. Hex color #AB277D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB277D is #54D882. Grayscale: #585858. Windows color (decimal): -5560451 or 8202155. OLE color: 8202155.
HSL color Cylindrical-coordinate representation of color #AB277D: hue angle of 320.91º 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 #AB277D is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 39 | 125 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.33 |
| HSL | 320.91º | 0.63% | 0.41% | - |
| HSV(B) | 320.91º | 0.77% | 0.67% | - |
| XYZ | 21.22 | 11.59 | 20.52 | - |
| YUV | 88.27 | 148.73 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 39 | 125 | 0 | 0.77 | 0.27 | 0.33 | 320.91 | 0.63 | 0.41 |
| Hex | AB | 27 | 7D | 0 | 4D | 1B | 21 | 141 | 3F | 29 |
| Octal | 253 | 47 | 175 | 0 | 115 | 33 | 41 | 501 | 77 | 51 |
| Binary | 10101011 | 100111 | 1111101 | 0 | 1001101 | 11011 | 100001 | 101000001 | 111111 | 101001 |
Color Harmonies of #AB277D
Complementary color
Monochromatic Colors of #AB277D
Black with #AB277D
Text Example
Text Example
White with #AB277D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB277D; }
p { color: rgb(171,39,125); }
H1.HeaderClassName
{
color: #AB277D;
}
.AnyTagClassName
{
color: #AB277D;
}
</style>
background-color css
<style>
a { background-color: #AB277D; }
a { background-color: rgb(171,39,125); }
div.DivClassName
{
background-color: #AB277D;
}
.BgClassName
{
background-color: #AB277D;
}
</style>
border-color css
<style>
span { border-color: #AB277D; }
span { border-color: rgb(171,39,125); }
td.TdClassName
{
border-color: #AB277D;
}
.TagClassName
{
border-color: #AB277D;
}
</style>