Shades of Medium Violet Red #AB0384
Tints of Medium Violet Red #AB0384
RGB
CMYK
RGB Variations
Color information
#AB0384 (or 0xAB0384) is known color: Medium Violet Red. HEX triplet: AB, 03 and 84. RGB value is (171,3,132). Sum of RGB (Red+Green+Blue) = 171+3+132=306 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.88% from 306); Green value is 3 (1.56% from 255 or 0.98% from 306); Blue value is 132 (51.95% from 255 or 43.14% from 306); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0384 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0384 is #54FC7B. Grayscale: #434343. Windows color (decimal): -5569660 or 8651691. OLE color: 8651691.
HSL color Cylindrical-coordinate representation of color #AB0384: hue angle of 313.93º degrees, saturation: 0.97, 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 #AB0384 is Cyan = 0, Magento = 0.98, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 3 | 132 | - |
| CMYK | 0 | 0.98 | 0.23 | 0.33 |
| HSL | 313.93º | 0.97% | 0.34% | - |
| HSV(B) | 313.93º | 0.98% | 0.67% | - |
| XYZ | 20.99 | 10.39 | 22.73 | - |
| YUV | 67.94 | 164.16 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 132 | 0 | 0.98 | 0.23 | 0.33 | 313.93 | 0.97 | 0.34 |
| Hex | AB | 3 | 84 | 0 | 62 | 17 | 21 | 13A | 61 | 22 |
| Octal | 253 | 3 | 204 | 0 | 142 | 27 | 41 | 472 | 141 | 42 |
| Binary | 10101011 | 11 | 10000100 | 0 | 1100010 | 10111 | 100001 | 100111010 | 1100001 | 100010 |
Color Harmonies of #AB0384
Complementary color
Monochromatic Colors of #AB0384
Black with #AB0384
Text Example
Text Example
White with #AB0384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0384; }
p { color: rgb(171,3,132); }
H1.HeaderClassName
{
color: #AB0384;
}
.AnyTagClassName
{
color: #AB0384;
}
</style>
background-color css
<style>
a { background-color: #AB0384; }
a { background-color: rgb(171,3,132); }
div.DivClassName
{
background-color: #AB0384;
}
.BgClassName
{
background-color: #AB0384;
}
</style>
border-color css
<style>
span { border-color: #AB0384; }
span { border-color: rgb(171,3,132); }
td.TdClassName
{
border-color: #AB0384;
}
.TagClassName
{
border-color: #AB0384;
}
</style>