Shades of Medium Red Violet #AB2397
Tints of Medium Red Violet #AB2397
RGB
CMYK
RGB Variations
Color information
#AB2397 (or 0xAB2397) is known color: Medium Red Violet. HEX triplet: AB, 23 and 97. RGB value is (171,35,151). Sum of RGB (Red+Green+Blue) = 171+35+151=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 35 (14.06% from 255 or 9.80% from 357); Blue value is 151 (59.38% from 255 or 42.30% from 357); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2397 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2397 is #54DC68. Grayscale: #585858. Windows color (decimal): -5561449 or 9905067. OLE color: 9905067.
HSL color Cylindrical-coordinate representation of color #AB2397: hue angle of 308.82º 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 #AB2397 is Cyan = 0, Magento = 0.80, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 35 | 151 | - |
| CMYK | 0 | 0.80 | 0.12 | 0.33 |
| HSL | 308.82º | 0.66% | 0.4% | - |
| HSV(B) | 308.82º | 0.8% | 0.67% | - |
| XYZ | 22.98 | 12.09 | 30.4 | - |
| YUV | 88.89 | 163.06 | 186.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 35 | 151 | 0 | 0.80 | 0.12 | 0.33 | 308.82 | 0.66 | 0.4 |
| Hex | AB | 23 | 97 | 0 | 50 | C | 21 | 135 | 42 | 28 |
| Octal | 253 | 43 | 227 | 0 | 120 | 14 | 41 | 465 | 102 | 50 |
| Binary | 10101011 | 100011 | 10010111 | 0 | 1010000 | 1100 | 100001 | 100110101 | 1000010 | 101000 |
Color Harmonies of #AB2397
Complementary color
Monochromatic Colors of #AB2397
Black with #AB2397
Text Example
Text Example
White with #AB2397
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2397; }
p { color: rgb(171,35,151); }
H1.HeaderClassName
{
color: #AB2397;
}
.AnyTagClassName
{
color: #AB2397;
}
</style>
background-color css
<style>
a { background-color: #AB2397; }
a { background-color: rgb(171,35,151); }
div.DivClassName
{
background-color: #AB2397;
}
.BgClassName
{
background-color: #AB2397;
}
</style>
border-color css
<style>
span { border-color: #AB2397; }
span { border-color: rgb(171,35,151); }
td.TdClassName
{
border-color: #AB2397;
}
.TagClassName
{
border-color: #AB2397;
}
</style>