Shades of Medium Red Violet #AB247A
Tints of Medium Red Violet #AB247A
RGB
CMYK
RGB Variations
Color information
#AB247A (or 0xAB247A) is known color: Medium Red Violet. HEX triplet: AB, 24 and 7A. RGB value is (171,36,122). Sum of RGB (Red+Green+Blue) = 171+36+122=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 36 (14.45% from 255 or 10.94% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB247A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB247A is #54DB85. Grayscale: #555555. Windows color (decimal): -5561222 or 8004779. OLE color: 8004779.
HSL color Cylindrical-coordinate representation of color #AB247A: hue angle of 321.78º 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 #AB247A is Cyan = 0, Magento = 0.79, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 36 | 122 | - |
| CMYK | 0 | 0.79 | 0.29 | 0.33 |
| HSL | 321.78º | 0.65% | 0.41% | - |
| HSV(B) | 321.78º | 0.79% | 0.67% | - |
| XYZ | 20.94 | 11.32 | 19.49 | - |
| YUV | 86.17 | 148.23 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 36 | 122 | 0 | 0.79 | 0.29 | 0.33 | 321.78 | 0.65 | 0.41 |
| Hex | AB | 24 | 7A | 0 | 4F | 1D | 21 | 142 | 41 | 29 |
| Octal | 253 | 44 | 172 | 0 | 117 | 35 | 41 | 502 | 101 | 51 |
| Binary | 10101011 | 100100 | 1111010 | 0 | 1001111 | 11101 | 100001 | 101000010 | 1000001 | 101001 |
Color Harmonies of #AB247A
Complementary color
Monochromatic Colors of #AB247A
Black with #AB247A
Text Example
Text Example
White with #AB247A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB247A; }
p { color: rgb(171,36,122); }
H1.HeaderClassName
{
color: #AB247A;
}
.AnyTagClassName
{
color: #AB247A;
}
</style>
background-color css
<style>
a { background-color: #AB247A; }
a { background-color: rgb(171,36,122); }
div.DivClassName
{
background-color: #AB247A;
}
.BgClassName
{
background-color: #AB247A;
}
</style>
border-color css
<style>
span { border-color: #AB247A; }
span { border-color: rgb(171,36,122); }
td.TdClassName
{
border-color: #AB247A;
}
.TagClassName
{
border-color: #AB247A;
}
</style>