Shades of Medium Red Violet #AB4184
Tints of Medium Red Violet #AB4184
RGB
CMYK
RGB Variations
Color information
#AB4184 (or 0xAB4184) is known color: Medium Red Violet. HEX triplet: AB, 41 and 84. RGB value is (171,65,132). Sum of RGB (Red+Green+Blue) = 171+65+132=368 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.47% from 368); Green value is 65 (25.78% from 255 or 17.66% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4184 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4184 is #54BE7B. Grayscale: #686868. Windows color (decimal): -5553788 or 8667563. OLE color: 8667563.
HSL color Cylindrical-coordinate representation of color #AB4184: hue angle of 322.08º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB4184 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 65 | 132 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.33 |
| HSL | 322.08º | 0.45% | 0.46% | - |
| HSV(B) | 322.08º | 0.62% | 0.67% | - |
| XYZ | 22.85 | 14.1 | 23.35 | - |
| YUV | 104.33 | 143.62 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 132 | 0 | 0.62 | 0.23 | 0.33 | 322.08 | 0.45 | 0.46 |
| Hex | AB | 41 | 84 | 0 | 3E | 17 | 21 | 142 | 2D | 2E |
| Octal | 253 | 101 | 204 | 0 | 76 | 27 | 41 | 502 | 55 | 56 |
| Binary | 10101011 | 1000001 | 10000100 | 0 | 111110 | 10111 | 100001 | 101000010 | 101101 | 101110 |
Color Harmonies of #AB4184
Complementary color
Monochromatic Colors of #AB4184
Black with #AB4184
Text Example
Text Example
White with #AB4184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4184; }
p { color: rgb(171,65,132); }
H1.HeaderClassName
{
color: #AB4184;
}
.AnyTagClassName
{
color: #AB4184;
}
</style>
background-color css
<style>
a { background-color: #AB4184; }
a { background-color: rgb(171,65,132); }
div.DivClassName
{
background-color: #AB4184;
}
.BgClassName
{
background-color: #AB4184;
}
</style>
border-color css
<style>
span { border-color: #AB4184; }
span { border-color: rgb(171,65,132); }
td.TdClassName
{
border-color: #AB4184;
}
.TagClassName
{
border-color: #AB4184;
}
</style>