Shades of Medium Red Violet #AB248A
Tints of Medium Red Violet #AB248A
RGB
CMYK
RGB Variations
Color information
#AB248A (or 0xAB248A) is known color: Medium Red Violet. HEX triplet: AB, 24 and 8A. RGB value is (171,36,138). Sum of RGB (Red+Green+Blue) = 171+36+138=345 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.57% from 345); Green value is 36 (14.45% from 255 or 10.43% from 345); Blue value is 138 (54.30% from 255 or 40% from 345); Max value from RGB is 171 - color contains mainly: red. Hex color #AB248A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB248A is #54DB75. Grayscale: #575757. Windows color (decimal): -5561206 or 9053355. OLE color: 9053355.
HSL color Cylindrical-coordinate representation of color #AB248A: hue angle of 314.67º 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 #AB248A is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 36 | 138 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.33 |
| HSL | 314.67º | 0.65% | 0.41% | - |
| HSV(B) | 314.67º | 0.79% | 0.67% | - |
| XYZ | 22.01 | 11.75 | 25.15 | - |
| YUV | 87.99 | 156.23 | 187.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 36 | 138 | 0 | 0.79 | 0.19 | 0.33 | 314.67 | 0.65 | 0.41 |
| Hex | AB | 24 | 8A | 0 | 4F | 13 | 21 | 13B | 41 | 29 |
| Octal | 253 | 44 | 212 | 0 | 117 | 23 | 41 | 473 | 101 | 51 |
| Binary | 10101011 | 100100 | 10001010 | 0 | 1001111 | 10011 | 100001 | 100111011 | 1000001 | 101001 |
Color Harmonies of #AB248A
Complementary color
Monochromatic Colors of #AB248A
Black with #AB248A
Text Example
Text Example
White with #AB248A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB248A; }
p { color: rgb(171,36,138); }
H1.HeaderClassName
{
color: #AB248A;
}
.AnyTagClassName
{
color: #AB248A;
}
</style>
background-color css
<style>
a { background-color: #AB248A; }
a { background-color: rgb(171,36,138); }
div.DivClassName
{
background-color: #AB248A;
}
.BgClassName
{
background-color: #AB248A;
}
</style>
border-color css
<style>
span { border-color: #AB248A; }
span { border-color: rgb(171,36,138); }
td.TdClassName
{
border-color: #AB248A;
}
.TagClassName
{
border-color: #AB248A;
}
</style>