Shades of Medium Red Violet #AB288A
Tints of Medium Red Violet #AB288A
RGB
CMYK
RGB Variations
Color information
#AB288A (or 0xAB288A) is known color: Medium Red Violet. HEX triplet: AB, 28 and 8A. RGB value is (171,40,138). Sum of RGB (Red+Green+Blue) = 171+40+138=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 40 (16.02% from 255 or 11.46% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB288A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB288A is #54D775. Grayscale: #5A5A5A. Windows color (decimal): -5560182 or 9054379. OLE color: 9054379.
HSL color Cylindrical-coordinate representation of color #AB288A: hue angle of 315.11º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB288A is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 40 | 138 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.33 |
| HSL | 315.11º | 0.62% | 0.41% | - |
| HSV(B) | 315.11º | 0.77% | 0.67% | - |
| XYZ | 22.14 | 12.01 | 25.2 | - |
| YUV | 90.34 | 154.9 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 40 | 138 | 0 | 0.77 | 0.19 | 0.33 | 315.11 | 0.62 | 0.41 |
| Hex | AB | 28 | 8A | 0 | 4D | 13 | 21 | 13B | 3E | 29 |
| Octal | 253 | 50 | 212 | 0 | 115 | 23 | 41 | 473 | 76 | 51 |
| Binary | 10101011 | 101000 | 10001010 | 0 | 1001101 | 10011 | 100001 | 100111011 | 111110 | 101001 |
Color Harmonies of #AB288A
Complementary color
Monochromatic Colors of #AB288A
Black with #AB288A
Text Example
Text Example
White with #AB288A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB288A; }
p { color: rgb(171,40,138); }
H1.HeaderClassName
{
color: #AB288A;
}
.AnyTagClassName
{
color: #AB288A;
}
</style>
background-color css
<style>
a { background-color: #AB288A; }
a { background-color: rgb(171,40,138); }
div.DivClassName
{
background-color: #AB288A;
}
.BgClassName
{
background-color: #AB288A;
}
</style>
border-color css
<style>
span { border-color: #AB288A; }
span { border-color: rgb(171,40,138); }
td.TdClassName
{
border-color: #AB288A;
}
.TagClassName
{
border-color: #AB288A;
}
</style>