Shades of Medium Red Violet #AB248D
Tints of Medium Red Violet #AB248D
RGB
CMYK
RGB Variations
Color information
#AB248D (or 0xAB248D) is known color: Medium Red Violet. HEX triplet: AB, 24 and 8D. RGB value is (171,36,141). Sum of RGB (Red+Green+Blue) = 171+36+141=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 36 (14.45% from 255 or 10.34% from 348); Blue value is 141 (55.47% from 255 or 40.52% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB248D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB248D is #54DB72. Grayscale: #585858. Windows color (decimal): -5561203 or 9249963. OLE color: 9249963.
HSL color Cylindrical-coordinate representation of color #AB248D: hue angle of 313.33º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AB248D is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 36 | 141 | - |
| CMYK | 0 | 0.79 | 0.18 | 0.33 |
| HSL | 313.33º | 0.65% | 0.41% | - |
| HSV(B) | 313.33º | 0.79% | 0.67% | - |
| XYZ | 22.23 | 11.84 | 26.31 | - |
| YUV | 88.34 | 157.73 | 186.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 36 | 141 | 0 | 0.79 | 0.18 | 0.33 | 313.33 | 0.65 | 0.41 |
| Hex | AB | 24 | 8D | 0 | 4F | 12 | 21 | 139 | 41 | 29 |
| Octal | 253 | 44 | 215 | 0 | 117 | 22 | 41 | 471 | 101 | 51 |
| Binary | 10101011 | 100100 | 10001101 | 0 | 1001111 | 10010 | 100001 | 100111001 | 1000001 | 101001 |
Color Harmonies of #AB248D
Complementary color
Monochromatic Colors of #AB248D
Black with #AB248D
Text Example
Text Example
White with #AB248D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB248D; }
p { color: rgb(171,36,141); }
H1.HeaderClassName
{
color: #AB248D;
}
.AnyTagClassName
{
color: #AB248D;
}
</style>
background-color css
<style>
a { background-color: #AB248D; }
a { background-color: rgb(171,36,141); }
div.DivClassName
{
background-color: #AB248D;
}
.BgClassName
{
background-color: #AB248D;
}
</style>
border-color css
<style>
span { border-color: #AB248D; }
span { border-color: rgb(171,36,141); }
td.TdClassName
{
border-color: #AB248D;
}
.TagClassName
{
border-color: #AB248D;
}
</style>