Shades of Medium Red Violet #AB2578
Tints of Medium Red Violet #AB2578
RGB
CMYK
RGB Variations
Color information
#AB2578 (or 0xAB2578) is known color: Medium Red Violet. HEX triplet: AB, 25 and 78. RGB value is (171,37,120). Sum of RGB (Red+Green+Blue) = 171+37+120=328 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.13% from 328); Green value is 37 (14.84% from 255 or 11.28% from 328); Blue value is 120 (47.27% from 255 or 36.59% from 328); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2578 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2578 is #54DA87. Grayscale: #565656. Windows color (decimal): -5560968 or 7873963. OLE color: 7873963.
HSL color Cylindrical-coordinate representation of color #AB2578: hue angle of 322.84º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2578 is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 37 | 120 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.33 |
| HSL | 322.84º | 0.64% | 0.41% | - |
| HSV(B) | 322.84º | 0.78% | 0.67% | - |
| XYZ | 20.85 | 11.34 | 18.86 | - |
| YUV | 86.53 | 146.89 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 120 | 0 | 0.78 | 0.30 | 0.33 | 322.84 | 0.64 | 0.41 |
| Hex | AB | 25 | 78 | 0 | 4E | 1E | 21 | 143 | 40 | 29 |
| Octal | 253 | 45 | 170 | 0 | 116 | 36 | 41 | 503 | 100 | 51 |
| Binary | 10101011 | 100101 | 1111000 | 0 | 1001110 | 11110 | 100001 | 101000011 | 1000000 | 101001 |
Color Harmonies of #AB2578
Complementary color
Monochromatic Colors of #AB2578
Black with #AB2578
Text Example
Text Example
White with #AB2578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2578; }
p { color: rgb(171,37,120); }
H1.HeaderClassName
{
color: #AB2578;
}
.AnyTagClassName
{
color: #AB2578;
}
</style>
background-color css
<style>
a { background-color: #AB2578; }
a { background-color: rgb(171,37,120); }
div.DivClassName
{
background-color: #AB2578;
}
.BgClassName
{
background-color: #AB2578;
}
</style>
border-color css
<style>
span { border-color: #AB2578; }
span { border-color: rgb(171,37,120); }
td.TdClassName
{
border-color: #AB2578;
}
.TagClassName
{
border-color: #AB2578;
}
</style>