Shades of Medium Red Violet #AB428B
Tints of Medium Red Violet #AB428B
RGB
CMYK
RGB Variations
Color information
#AB428B (or 0xAB428B) is known color: Medium Red Violet. HEX triplet: AB, 42 and 8B. RGB value is (171,66,139). Sum of RGB (Red+Green+Blue) = 171+66+139=376 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.48% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 171 - color contains mainly: red. Hex color #AB428B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB428B is #54BD74. Grayscale: #696969. Windows color (decimal): -5553525 or 9126571. OLE color: 9126571.
HSL color Cylindrical-coordinate representation of color #AB428B: hue angle of 318.29º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB428B is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 66 | 139 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.33 |
| HSL | 318.29º | 0.44% | 0.46% | - |
| HSV(B) | 318.29º | 0.61% | 0.67% | - |
| XYZ | 23.4 | 14.42 | 25.98 | - |
| YUV | 105.72 | 146.79 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 66 | 139 | 0 | 0.61 | 0.19 | 0.33 | 318.29 | 0.44 | 0.46 |
| Hex | AB | 42 | 8B | 0 | 3D | 13 | 21 | 13E | 2C | 2E |
| Octal | 253 | 102 | 213 | 0 | 75 | 23 | 41 | 476 | 54 | 56 |
| Binary | 10101011 | 1000010 | 10001011 | 0 | 111101 | 10011 | 100001 | 100111110 | 101100 | 101110 |
Color Harmonies of #AB428B
Complementary color
Monochromatic Colors of #AB428B
Black with #AB428B
Text Example
Text Example
White with #AB428B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB428B; }
p { color: rgb(171,66,139); }
H1.HeaderClassName
{
color: #AB428B;
}
.AnyTagClassName
{
color: #AB428B;
}
</style>
background-color css
<style>
a { background-color: #AB428B; }
a { background-color: rgb(171,66,139); }
div.DivClassName
{
background-color: #AB428B;
}
.BgClassName
{
background-color: #AB428B;
}
</style>
border-color css
<style>
span { border-color: #AB428B; }
span { border-color: rgb(171,66,139); }
td.TdClassName
{
border-color: #AB428B;
}
.TagClassName
{
border-color: #AB428B;
}
</style>