Shades of Medium Violet Red #AB0385
Tints of Medium Violet Red #AB0385
RGB
CMYK
RGB Variations
Color information
#AB0385 (or 0xAB0385) is known color: Medium Violet Red. HEX triplet: AB, 03 and 85. RGB value is (171,3,133). Sum of RGB (Red+Green+Blue) = 171+3+133=307 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.70% from 307); Green value is 3 (1.56% from 255 or 0.98% from 307); Blue value is 133 (52.34% from 255 or 43.32% from 307); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0385 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0385 is #54FC7A. Grayscale: #434343. Windows color (decimal): -5569659 or 8717227. OLE color: 8717227.
HSL color Cylindrical-coordinate representation of color #AB0385: hue angle of 313.57º 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 #AB0385 is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 3 | 133 | - |
| CMYK | 0 | 0.98 | 0.22 | 0.33 |
| HSL | 313.57º | 0.97% | 0.34% | - |
| HSV(B) | 313.57º | 0.98% | 0.67% | - |
| XYZ | 21.06 | 10.42 | 23.09 | - |
| YUV | 68.05 | 164.66 | 201.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 3 | 133 | 0 | 0.98 | 0.22 | 0.33 | 313.57 | 0.97 | 0.34 |
| Hex | AB | 3 | 85 | 0 | 62 | 16 | 21 | 13A | 61 | 22 |
| Octal | 253 | 3 | 205 | 0 | 142 | 26 | 41 | 472 | 141 | 42 |
| Binary | 10101011 | 11 | 10000101 | 0 | 1100010 | 10110 | 100001 | 100111010 | 1100001 | 100010 |
Color Harmonies of #AB0385
Complementary color
Monochromatic Colors of #AB0385
Black with #AB0385
Text Example
Text Example
White with #AB0385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0385; }
p { color: rgb(171,3,133); }
H1.HeaderClassName
{
color: #AB0385;
}
.AnyTagClassName
{
color: #AB0385;
}
</style>
background-color css
<style>
a { background-color: #AB0385; }
a { background-color: rgb(171,3,133); }
div.DivClassName
{
background-color: #AB0385;
}
.BgClassName
{
background-color: #AB0385;
}
</style>
border-color css
<style>
span { border-color: #AB0385; }
span { border-color: rgb(171,3,133); }
td.TdClassName
{
border-color: #AB0385;
}
.TagClassName
{
border-color: #AB0385;
}
</style>