Shades of Medium Red Violet #AB3F81
Tints of Medium Red Violet #AB3F81
RGB
CMYK
RGB Variations
Color information
#AB3F81 (or 0xAB3F81) is known color: Medium Red Violet. HEX triplet: AB, 3F and 81. RGB value is (171,63,129). Sum of RGB (Red+Green+Blue) = 171+63+129=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB3F81 is #54C07E. Grayscale: #666666. Windows color (decimal): -5554303 or 8470443. OLE color: 8470443.
HSL color Cylindrical-coordinate representation of color #AB3F81: hue angle of 323.33º 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 #AB3F81 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 63 | 129 | - |
| CMYK | 0 | 0.63 | 0.25 | 0.33 |
| HSL | 323.33º | 0.46% | 0.46% | - |
| HSV(B) | 323.33º | 0.63% | 0.67% | - |
| XYZ | 22.53 | 13.8 | 22.24 | - |
| YUV | 102.82 | 142.78 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 63 | 129 | 0 | 0.63 | 0.25 | 0.33 | 323.33 | 0.46 | 0.46 |
| Hex | AB | 3F | 81 | 0 | 3F | 19 | 21 | 143 | 2E | 2E |
| Octal | 253 | 77 | 201 | 0 | 77 | 31 | 41 | 503 | 56 | 56 |
| Binary | 10101011 | 111111 | 10000001 | 0 | 111111 | 11001 | 100001 | 101000011 | 101110 | 101110 |
Color Harmonies of #AB3F81
Complementary color
Monochromatic Colors of #AB3F81
Black with #AB3F81
Text Example
Text Example
White with #AB3F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB3F81; }
p { color: rgb(171,63,129); }
H1.HeaderClassName
{
color: #AB3F81;
}
.AnyTagClassName
{
color: #AB3F81;
}
</style>
background-color css
<style>
a { background-color: #AB3F81; }
a { background-color: rgb(171,63,129); }
div.DivClassName
{
background-color: #AB3F81;
}
.BgClassName
{
background-color: #AB3F81;
}
</style>
border-color css
<style>
span { border-color: #AB3F81; }
span { border-color: rgb(171,63,129); }
td.TdClassName
{
border-color: #AB3F81;
}
.TagClassName
{
border-color: #AB3F81;
}
</style>