Shades of Medium Red Violet #AB3978
Tints of Medium Red Violet #AB3978
RGB
CMYK
RGB Variations
Color information
#AB3978 (or 0xAB3978) is known color: Medium Red Violet. HEX triplet: AB, 39 and 78. RGB value is (171,57,120). Sum of RGB (Red+Green+Blue) = 171+57+120=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 57 (22.66% from 255 or 16.38% from 348); Blue value is 120 (47.27% from 255 or 34.48% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB3978 is #54C687. Grayscale: #626262. Windows color (decimal): -5555848 or 7879083. OLE color: 7879083.
HSL color Cylindrical-coordinate representation of color #AB3978: hue angle of 326.84º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB3978 is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 57 | 120 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.33 |
| HSL | 326.84º | 0.5% | 0.45% | - |
| HSV(B) | 326.84º | 0.67% | 0.67% | - |
| XYZ | 21.65 | 12.94 | 19.13 | - |
| YUV | 98.27 | 140.27 | 179.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 57 | 120 | 0 | 0.67 | 0.30 | 0.33 | 326.84 | 0.5 | 0.45 |
| Hex | AB | 39 | 78 | 0 | 43 | 1E | 21 | 147 | 32 | 2D |
| Octal | 253 | 71 | 170 | 0 | 103 | 36 | 41 | 507 | 62 | 55 |
| Binary | 10101011 | 111001 | 1111000 | 0 | 1000011 | 11110 | 100001 | 101000111 | 110010 | 101101 |
Color Harmonies of #AB3978
Complementary color
Monochromatic Colors of #AB3978
Black with #AB3978
Text Example
Text Example
White with #AB3978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3978; }
p { color: rgb(171,57,120); }
H1.HeaderClassName
{
color: #AB3978;
}
.AnyTagClassName
{
color: #AB3978;
}
</style>
background-color css
<style>
a { background-color: #AB3978; }
a { background-color: rgb(171,57,120); }
div.DivClassName
{
background-color: #AB3978;
}
.BgClassName
{
background-color: #AB3978;
}
</style>
border-color css
<style>
span { border-color: #AB3978; }
span { border-color: rgb(171,57,120); }
td.TdClassName
{
border-color: #AB3978;
}
.TagClassName
{
border-color: #AB3978;
}
</style>