Shades of Medium Red Violet #AB4581
Tints of Medium Red Violet #AB4581
RGB
CMYK
RGB Variations
Color information
#AB4581 (or 0xAB4581) is known color: Medium Red Violet. HEX triplet: AB, 45 and 81. RGB value is (171,69,129). Sum of RGB (Red+Green+Blue) = 171+69+129=369 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.34% from 369); Green value is 69 (27.34% from 255 or 18.70% from 369); Blue value is 129 (50.78% from 255 or 34.96% from 369); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4581 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4581 is #54BA7E. Grayscale: #6A6A6A. Windows color (decimal): -5552767 or 8471979. OLE color: 8471979.
HSL color Cylindrical-coordinate representation of color #AB4581: hue angle of 324.71º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB4581 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 69 | 129 | - |
| CMYK | 0 | 0.60 | 0.25 | 0.33 |
| HSL | 324.71º | 0.43% | 0.47% | - |
| HSV(B) | 324.71º | 0.6% | 0.67% | - |
| XYZ | 22.89 | 14.5 | 22.36 | - |
| YUV | 106.34 | 140.79 | 174.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 69 | 129 | 0 | 0.60 | 0.25 | 0.33 | 324.71 | 0.43 | 0.47 |
| Hex | AB | 45 | 81 | 0 | 3C | 19 | 21 | 145 | 2A | 2F |
| Octal | 253 | 105 | 201 | 0 | 74 | 31 | 41 | 505 | 52 | 57 |
| Binary | 10101011 | 1000101 | 10000001 | 0 | 111100 | 11001 | 100001 | 101000101 | 101010 | 101111 |
Color Harmonies of #AB4581
Complementary color
Monochromatic Colors of #AB4581
Black with #AB4581
Text Example
Text Example
White with #AB4581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4581; }
p { color: rgb(171,69,129); }
H1.HeaderClassName
{
color: #AB4581;
}
.AnyTagClassName
{
color: #AB4581;
}
</style>
background-color css
<style>
a { background-color: #AB4581; }
a { background-color: rgb(171,69,129); }
div.DivClassName
{
background-color: #AB4581;
}
.BgClassName
{
background-color: #AB4581;
}
</style>
border-color css
<style>
span { border-color: #AB4581; }
span { border-color: rgb(171,69,129); }
td.TdClassName
{
border-color: #AB4581;
}
.TagClassName
{
border-color: #AB4581;
}
</style>