Shades of Medium Violet Red #AB0185
Tints of Medium Violet Red #AB0185
RGB
CMYK
RGB Variations
Color information
#AB0185 (or 0xAB0185) is known color: Medium Violet Red. HEX triplet: AB, 01 and 85. RGB value is (171,1,133). Sum of RGB (Red+Green+Blue) = 171+1+133=305 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.07% from 305); Green value is 1 (0.78% from 255 or 0.33% from 305); Blue value is 133 (52.34% from 255 or 43.61% from 305); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0185 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0185 is #54FE7A. Grayscale: #424242. Windows color (decimal): -5570171 or 8716715. OLE color: 8716715.
HSL color Cylindrical-coordinate representation of color #AB0185: hue angle of 313.41º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AB0185 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 1 | 133 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.33 |
| HSL | 313.41º | 0.99% | 0.34% | - |
| HSV(B) | 313.41º | 0.99% | 0.67% | - |
| XYZ | 21.04 | 10.37 | 23.08 | - |
| YUV | 66.88 | 165.32 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 1 | 133 | 0 | 0.99 | 0.22 | 0.33 | 313.41 | 0.99 | 0.34 |
| Hex | AB | 1 | 85 | 0 | 63 | 16 | 21 | 139 | 63 | 22 |
| Octal | 253 | 1 | 205 | 0 | 143 | 26 | 41 | 471 | 143 | 42 |
| Binary | 10101011 | 1 | 10000101 | 0 | 1100011 | 10110 | 100001 | 100111001 | 1100011 | 100010 |
Color Harmonies of #AB0185
Complementary color
Monochromatic Colors of #AB0185
Black with #AB0185
Text Example
Text Example
White with #AB0185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0185; }
p { color: rgb(171,1,133); }
H1.HeaderClassName
{
color: #AB0185;
}
.AnyTagClassName
{
color: #AB0185;
}
</style>
background-color css
<style>
a { background-color: #AB0185; }
a { background-color: rgb(171,1,133); }
div.DivClassName
{
background-color: #AB0185;
}
.BgClassName
{
background-color: #AB0185;
}
</style>
border-color css
<style>
span { border-color: #AB0185; }
span { border-color: rgb(171,1,133); }
td.TdClassName
{
border-color: #AB0185;
}
.TagClassName
{
border-color: #AB0185;
}
</style>