Shades of Medium Red Violet #AB2878
Tints of Medium Red Violet #AB2878
RGB
CMYK
RGB Variations
Color information
#AB2878 (or 0xAB2878) is known color: Medium Red Violet. HEX triplet: AB, 28 and 78. RGB value is (171,40,120). Sum of RGB (Red+Green+Blue) = 171+40+120=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 40 (16.02% from 255 or 12.08% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2878 is #54D787. Grayscale: #585858. Windows color (decimal): -5560200 or 7874731. OLE color: 7874731.
HSL color Cylindrical-coordinate representation of color #AB2878: hue angle of 323.36º degrees, saturation: 0.62, 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 #AB2878 is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 40 | 120 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.33 |
| HSL | 323.36º | 0.62% | 0.41% | - |
| HSV(B) | 323.36º | 0.77% | 0.67% | - |
| XYZ | 20.94 | 11.53 | 18.89 | - |
| YUV | 88.29 | 145.9 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 120 | 0 | 0.77 | 0.30 | 0.33 | 323.36 | 0.62 | 0.41 |
| Hex | AB | 28 | 78 | 0 | 4D | 1E | 21 | 143 | 3E | 29 |
| Octal | 253 | 50 | 170 | 0 | 115 | 36 | 41 | 503 | 76 | 51 |
| Binary | 10101011 | 101000 | 1111000 | 0 | 1001101 | 11110 | 100001 | 101000011 | 111110 | 101001 |
Color Harmonies of #AB2878
Complementary color
Monochromatic Colors of #AB2878
Black with #AB2878
Text Example
Text Example
White with #AB2878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2878; }
p { color: rgb(171,40,120); }
H1.HeaderClassName
{
color: #AB2878;
}
.AnyTagClassName
{
color: #AB2878;
}
</style>
background-color css
<style>
a { background-color: #AB2878; }
a { background-color: rgb(171,40,120); }
div.DivClassName
{
background-color: #AB2878;
}
.BgClassName
{
background-color: #AB2878;
}
</style>
border-color css
<style>
span { border-color: #AB2878; }
span { border-color: rgb(171,40,120); }
td.TdClassName
{
border-color: #AB2878;
}
.TagClassName
{
border-color: #AB2878;
}
</style>