Shades of Medium Violet Red #AB0685
Tints of Medium Violet Red #AB0685
RGB
CMYK
RGB Variations
Color information
#AB0685 (or 0xAB0685) is known color: Medium Violet Red. HEX triplet: AB, 06 and 85. RGB value is (171,6,133). Sum of RGB (Red+Green+Blue) = 171+6+133=310 (41% of max value = 765). Red value is 171 (67.19% from 255 or 55.16% from 310); Green value is 6 (2.73% from 255 or 1.94% from 310); Blue value is 133 (52.34% from 255 or 42.90% from 310); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0685 is #54F97A. Grayscale: #454545. Windows color (decimal): -5568891 or 8717995. OLE color: 8717995.
HSL color Cylindrical-coordinate representation of color #AB0685: hue angle of 313.82º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AB0685 is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 6 | 133 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.33 |
| HSL | 313.82º | 0.93% | 0.35% | - |
| HSV(B) | 313.82º | 0.96% | 0.67% | - |
| XYZ | 21.09 | 10.48 | 23.1 | - |
| YUV | 69.81 | 163.66 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 6 | 133 | 0 | 0.96 | 0.22 | 0.33 | 313.82 | 0.93 | 0.35 |
| Hex | AB | 6 | 85 | 0 | 60 | 16 | 21 | 13A | 5D | 23 |
| Octal | 253 | 6 | 205 | 0 | 140 | 26 | 41 | 472 | 135 | 43 |
| Binary | 10101011 | 110 | 10000101 | 0 | 1100000 | 10110 | 100001 | 100111010 | 1011101 | 100011 |
Color Harmonies of #AB0685
Complementary color
Monochromatic Colors of #AB0685
Black with #AB0685
Text Example
Text Example
White with #AB0685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0685; }
p { color: rgb(171,6,133); }
H1.HeaderClassName
{
color: #AB0685;
}
.AnyTagClassName
{
color: #AB0685;
}
</style>
background-color css
<style>
a { background-color: #AB0685; }
a { background-color: rgb(171,6,133); }
div.DivClassName
{
background-color: #AB0685;
}
.BgClassName
{
background-color: #AB0685;
}
</style>
border-color css
<style>
span { border-color: #AB0685; }
span { border-color: rgb(171,6,133); }
td.TdClassName
{
border-color: #AB0685;
}
.TagClassName
{
border-color: #AB0685;
}
</style>