Shades of Medium Red Violet #AB2592
Tints of Medium Red Violet #AB2592
RGB
CMYK
RGB Variations
Color information
#AB2592 (or 0xAB2592) is known color: Medium Red Violet. HEX triplet: AB, 25 and 92. RGB value is (171,37,146). Sum of RGB (Red+Green+Blue) = 171+37+146=354 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.31% from 354); Green value is 37 (14.84% from 255 or 10.45% from 354); Blue value is 146 (57.42% from 255 or 41.24% from 354); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2592 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2592 is #54DA6D. Grayscale: #595959. Windows color (decimal): -5560942 or 9577899. OLE color: 9577899.
HSL color Cylindrical-coordinate representation of color #AB2592: hue angle of 311.19º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2592 is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 37 | 146 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.33 |
| HSL | 311.19º | 0.64% | 0.41% | - |
| HSV(B) | 311.19º | 0.78% | 0.67% | - |
| XYZ | 22.64 | 12.06 | 28.33 | - |
| YUV | 89.49 | 159.89 | 186.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 37 | 146 | 0 | 0.78 | 0.15 | 0.33 | 311.19 | 0.64 | 0.41 |
| Hex | AB | 25 | 92 | 0 | 4E | F | 21 | 137 | 40 | 29 |
| Octal | 253 | 45 | 222 | 0 | 116 | 17 | 41 | 467 | 100 | 51 |
| Binary | 10101011 | 100101 | 10010010 | 0 | 1001110 | 1111 | 100001 | 100110111 | 1000000 | 101001 |
Color Harmonies of #AB2592
Complementary color
Monochromatic Colors of #AB2592
Black with #AB2592
Text Example
Text Example
White with #AB2592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2592; }
p { color: rgb(171,37,146); }
H1.HeaderClassName
{
color: #AB2592;
}
.AnyTagClassName
{
color: #AB2592;
}
</style>
background-color css
<style>
a { background-color: #AB2592; }
a { background-color: rgb(171,37,146); }
div.DivClassName
{
background-color: #AB2592;
}
.BgClassName
{
background-color: #AB2592;
}
</style>
border-color css
<style>
span { border-color: #AB2592; }
span { border-color: rgb(171,37,146); }
td.TdClassName
{
border-color: #AB2592;
}
.TagClassName
{
border-color: #AB2592;
}
</style>