Shades of Medium Red Violet #AB428A
Tints of Medium Red Violet #AB428A
RGB
CMYK
RGB Variations
Color information
#AB428A (or 0xAB428A) is known color: Medium Red Violet. HEX triplet: AB, 42 and 8A. RGB value is (171,66,138). Sum of RGB (Red+Green+Blue) = 171+66+138=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 66 (26.17% from 255 or 17.6% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB428A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB428A is #54BD75. Grayscale: #696969. Windows color (decimal): -5553526 or 9061035. OLE color: 9061035.
HSL color Cylindrical-coordinate representation of color #AB428A: hue angle of 318.86º 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 #AB428A is Cyan = 0, Magento = 0.61, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 66 | 138 | - |
| CMYK | 0 | 0.61 | 0.19 | 0.33 |
| HSL | 318.86º | 0.44% | 0.46% | - |
| HSV(B) | 318.86º | 0.61% | 0.67% | - |
| XYZ | 23.33 | 14.39 | 25.59 | - |
| YUV | 105.6 | 146.29 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 66 | 138 | 0 | 0.61 | 0.19 | 0.33 | 318.86 | 0.44 | 0.46 |
| Hex | AB | 42 | 8A | 0 | 3D | 13 | 21 | 13F | 2C | 2E |
| Octal | 253 | 102 | 212 | 0 | 75 | 23 | 41 | 477 | 54 | 56 |
| Binary | 10101011 | 1000010 | 10001010 | 0 | 111101 | 10011 | 100001 | 100111111 | 101100 | 101110 |
Color Harmonies of #AB428A
Complementary color
Monochromatic Colors of #AB428A
Black with #AB428A
Text Example
Text Example
White with #AB428A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB428A; }
p { color: rgb(171,66,138); }
H1.HeaderClassName
{
color: #AB428A;
}
.AnyTagClassName
{
color: #AB428A;
}
</style>
background-color css
<style>
a { background-color: #AB428A; }
a { background-color: rgb(171,66,138); }
div.DivClassName
{
background-color: #AB428A;
}
.BgClassName
{
background-color: #AB428A;
}
</style>
border-color css
<style>
span { border-color: #AB428A; }
span { border-color: rgb(171,66,138); }
td.TdClassName
{
border-color: #AB428A;
}
.TagClassName
{
border-color: #AB428A;
}
</style>