Shades of Medium Red Violet #AB3F85
Tints of Medium Red Violet #AB3F85
RGB
CMYK
RGB Variations
Color information
#AB3F85 (or 0xAB3F85) is known color: Medium Red Violet. HEX triplet: AB, 3F and 85. RGB value is (171,63,133). Sum of RGB (Red+Green+Blue) = 171+63+133=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 63 (25% from 255 or 17.17% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3F85 is #54C07A. Grayscale: #676767. Windows color (decimal): -5554299 or 8732587. OLE color: 8732587.
HSL color Cylindrical-coordinate representation of color #AB3F85: hue angle of 321.11º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB3F85 is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 63 | 133 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.33 |
| HSL | 321.11º | 0.46% | 0.46% | - |
| HSV(B) | 321.11º | 0.63% | 0.67% | - |
| XYZ | 22.81 | 13.91 | 23.67 | - |
| YUV | 103.27 | 144.78 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 63 | 133 | 0 | 0.63 | 0.22 | 0.33 | 321.11 | 0.46 | 0.46 |
| Hex | AB | 3F | 85 | 0 | 3F | 16 | 21 | 141 | 2E | 2E |
| Octal | 253 | 77 | 205 | 0 | 77 | 26 | 41 | 501 | 56 | 56 |
| Binary | 10101011 | 111111 | 10000101 | 0 | 111111 | 10110 | 100001 | 101000001 | 101110 | 101110 |
Color Harmonies of #AB3F85
Complementary color
Monochromatic Colors of #AB3F85
Black with #AB3F85
Text Example
Text Example
White with #AB3F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3F85; }
p { color: rgb(171,63,133); }
H1.HeaderClassName
{
color: #AB3F85;
}
.AnyTagClassName
{
color: #AB3F85;
}
</style>
background-color css
<style>
a { background-color: #AB3F85; }
a { background-color: rgb(171,63,133); }
div.DivClassName
{
background-color: #AB3F85;
}
.BgClassName
{
background-color: #AB3F85;
}
</style>
border-color css
<style>
span { border-color: #AB3F85; }
span { border-color: rgb(171,63,133); }
td.TdClassName
{
border-color: #AB3F85;
}
.TagClassName
{
border-color: #AB3F85;
}
</style>