Shades of Medium Red Violet #AB2178
Tints of Medium Red Violet #AB2178
RGB
CMYK
RGB Variations
Color information
#AB2178 (or 0xAB2178) is known color: Medium Red Violet. HEX triplet: AB, 21 and 78. RGB value is (171,33,120). Sum of RGB (Red+Green+Blue) = 171+33+120=324 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.78% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 120 (47.27% from 255 or 37.04% from 324); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB2178 is #54DE87. Grayscale: #535353. Windows color (decimal): -5561992 or 7872939. OLE color: 7872939.
HSL color Cylindrical-coordinate representation of color #AB2178: hue angle of 322.17º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AB2178 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 33 | 120 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.33 |
| HSL | 322.17º | 0.68% | 0.4% | - |
| HSV(B) | 322.17º | 0.81% | 0.67% | - |
| XYZ | 20.73 | 11.1 | 18.82 | - |
| YUV | 84.18 | 148.22 | 189.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 33 | 120 | 0 | 0.81 | 0.30 | 0.33 | 322.17 | 0.68 | 0.4 |
| Hex | AB | 21 | 78 | 0 | 51 | 1E | 21 | 142 | 44 | 28 |
| Octal | 253 | 41 | 170 | 0 | 121 | 36 | 41 | 502 | 104 | 50 |
| Binary | 10101011 | 100001 | 1111000 | 0 | 1010001 | 11110 | 100001 | 101000010 | 1000100 | 101000 |
Color Harmonies of #AB2178
Complementary color
Monochromatic Colors of #AB2178
Black with #AB2178
Text Example
Text Example
White with #AB2178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2178; }
p { color: rgb(171,33,120); }
H1.HeaderClassName
{
color: #AB2178;
}
.AnyTagClassName
{
color: #AB2178;
}
</style>
background-color css
<style>
a { background-color: #AB2178; }
a { background-color: rgb(171,33,120); }
div.DivClassName
{
background-color: #AB2178;
}
.BgClassName
{
background-color: #AB2178;
}
</style>
border-color css
<style>
span { border-color: #AB2178; }
span { border-color: rgb(171,33,120); }
td.TdClassName
{
border-color: #AB2178;
}
.TagClassName
{
border-color: #AB2178;
}
</style>