Shades of Medium Red Violet #AB3781
Tints of Medium Red Violet #AB3781
RGB
CMYK
RGB Variations
Color information
#AB3781 (or 0xAB3781) is known color: Medium Red Violet. HEX triplet: AB, 37 and 81. RGB value is (171,55,129). Sum of RGB (Red+Green+Blue) = 171+55+129=355 (47% of max value = 765). Red value is 171 (67.19% from 255 or 48.17% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3781 is #54C87E. Grayscale: #616161. Windows color (decimal): -5556351 or 8468395. OLE color: 8468395.
HSL color Cylindrical-coordinate representation of color #AB3781: hue angle of 321.72º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB3781 is Cyan = 0, Magento = 0.68, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 55 | 129 | - |
| CMYK | 0 | 0.68 | 0.25 | 0.33 |
| HSL | 321.72º | 0.51% | 0.44% | - |
| HSV(B) | 321.72º | 0.68% | 0.67% | - |
| XYZ | 22.12 | 12.98 | 22.11 | - |
| YUV | 98.12 | 145.43 | 179.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 55 | 129 | 0 | 0.68 | 0.25 | 0.33 | 321.72 | 0.51 | 0.44 |
| Hex | AB | 37 | 81 | 0 | 44 | 19 | 21 | 142 | 33 | 2C |
| Octal | 253 | 67 | 201 | 0 | 104 | 31 | 41 | 502 | 63 | 54 |
| Binary | 10101011 | 110111 | 10000001 | 0 | 1000100 | 11001 | 100001 | 101000010 | 110011 | 101100 |
Color Harmonies of #AB3781
Complementary color
Monochromatic Colors of #AB3781
Black with #AB3781
Text Example
Text Example
White with #AB3781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3781; }
p { color: rgb(171,55,129); }
H1.HeaderClassName
{
color: #AB3781;
}
.AnyTagClassName
{
color: #AB3781;
}
</style>
background-color css
<style>
a { background-color: #AB3781; }
a { background-color: rgb(171,55,129); }
div.DivClassName
{
background-color: #AB3781;
}
.BgClassName
{
background-color: #AB3781;
}
</style>
border-color css
<style>
span { border-color: #AB3781; }
span { border-color: rgb(171,55,129); }
td.TdClassName
{
border-color: #AB3781;
}
.TagClassName
{
border-color: #AB3781;
}
</style>