Shades of Medium Violet Red #AB0484
Tints of Medium Violet Red #AB0484
RGB
CMYK
RGB Variations
Color information
#AB0484 (or 0xAB0484) is known color: Medium Violet Red. HEX triplet: AB, 04 and 84. RGB value is (171,4,132). Sum of RGB (Red+Green+Blue) = 171+4+132=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 4 (1.95% from 255 or 1.30% from 307); Blue value is 132 (51.95% from 255 or 43.00% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0484 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0484 is #54FB7B. Grayscale: #444444. Windows color (decimal): -5569404 or 8651947. OLE color: 8651947.
HSL color Cylindrical-coordinate representation of color #AB0484: hue angle of 314.01º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB0484 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 4 | 132 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.33 |
| HSL | 314.01º | 0.95% | 0.34% | - |
| HSV(B) | 314.01º | 0.98% | 0.67% | - |
| XYZ | 21 | 10.41 | 22.73 | - |
| YUV | 68.53 | 163.83 | 201.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 4 | 132 | 0 | 0.98 | 0.23 | 0.33 | 314.01 | 0.95 | 0.34 |
| Hex | AB | 4 | 84 | 0 | 62 | 17 | 21 | 13A | 5F | 22 |
| Octal | 253 | 4 | 204 | 0 | 142 | 27 | 41 | 472 | 137 | 42 |
| Binary | 10101011 | 100 | 10000100 | 0 | 1100010 | 10111 | 100001 | 100111010 | 1011111 | 100010 |
Color Harmonies of #AB0484
Complementary color
Monochromatic Colors of #AB0484
Black with #AB0484
Text Example
Text Example
White with #AB0484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0484; }
p { color: rgb(171,4,132); }
H1.HeaderClassName
{
color: #AB0484;
}
.AnyTagClassName
{
color: #AB0484;
}
</style>
background-color css
<style>
a { background-color: #AB0484; }
a { background-color: rgb(171,4,132); }
div.DivClassName
{
background-color: #AB0484;
}
.BgClassName
{
background-color: #AB0484;
}
</style>
border-color css
<style>
span { border-color: #AB0484; }
span { border-color: rgb(171,4,132); }
td.TdClassName
{
border-color: #AB0484;
}
.TagClassName
{
border-color: #AB0484;
}
</style>