Shades of Medium Red Violet #AB2385
Tints of Medium Red Violet #AB2385
RGB
CMYK
RGB Variations
Color information
#AB2385 (or 0xAB2385) is known color: Medium Red Violet. HEX triplet: AB, 23 and 85. RGB value is (171,35,133). Sum of RGB (Red+Green+Blue) = 171+35+133=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 35 (14.06% from 255 or 10.32% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2385 is #54DC7A. Grayscale: #565656. Windows color (decimal): -5561467 or 8725419. OLE color: 8725419.
HSL color Cylindrical-coordinate representation of color #AB2385: hue angle of 316.76º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AB2385 is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 35 | 133 | - |
| CMYK | 0 | 0.80 | 0.22 | 0.33 |
| HSL | 316.76º | 0.66% | 0.4% | - |
| HSV(B) | 316.76º | 0.8% | 0.67% | - |
| XYZ | 21.63 | 11.55 | 23.28 | - |
| YUV | 86.84 | 154.06 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 35 | 133 | 0 | 0.80 | 0.22 | 0.33 | 316.76 | 0.66 | 0.4 |
| Hex | AB | 23 | 85 | 0 | 50 | 16 | 21 | 13D | 42 | 28 |
| Octal | 253 | 43 | 205 | 0 | 120 | 26 | 41 | 475 | 102 | 50 |
| Binary | 10101011 | 100011 | 10000101 | 0 | 1010000 | 10110 | 100001 | 100111101 | 1000010 | 101000 |
Color Harmonies of #AB2385
Complementary color
Monochromatic Colors of #AB2385
Black with #AB2385
Text Example
Text Example
White with #AB2385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2385; }
p { color: rgb(171,35,133); }
H1.HeaderClassName
{
color: #AB2385;
}
.AnyTagClassName
{
color: #AB2385;
}
</style>
background-color css
<style>
a { background-color: #AB2385; }
a { background-color: rgb(171,35,133); }
div.DivClassName
{
background-color: #AB2385;
}
.BgClassName
{
background-color: #AB2385;
}
</style>
border-color css
<style>
span { border-color: #AB2385; }
span { border-color: rgb(171,35,133); }
td.TdClassName
{
border-color: #AB2385;
}
.TagClassName
{
border-color: #AB2385;
}
</style>