Shades of Medium Violet Red #AB088E
Tints of Medium Violet Red #AB088E
RGB
CMYK
RGB Variations
Color information
#AB088E (or 0xAB088E) is known color: Medium Violet Red. HEX triplet: AB, 08 and 8E. RGB value is (171,8,142). Sum of RGB (Red+Green+Blue) = 171+8+142=321 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.27% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 171 - color contains mainly: red. Hex color #AB088E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB088E is #54F771. Grayscale: #474747. Windows color (decimal): -5568370 or 9308331. OLE color: 9308331.
HSL color Cylindrical-coordinate representation of color #AB088E: hue angle of 310.67º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB088E is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 8 | 142 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.33 |
| HSL | 310.67º | 0.91% | 0.35% | - |
| HSV(B) | 310.67º | 0.95% | 0.67% | - |
| XYZ | 21.76 | 10.78 | 26.53 | - |
| YUV | 72.01 | 167.5 | 198.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 8 | 142 | 0 | 0.95 | 0.17 | 0.33 | 310.67 | 0.91 | 0.35 |
| Hex | AB | 8 | 8E | 0 | 5F | 11 | 21 | 137 | 5B | 23 |
| Octal | 253 | 10 | 216 | 0 | 137 | 21 | 41 | 467 | 133 | 43 |
| Binary | 10101011 | 1000 | 10001110 | 0 | 1011111 | 10001 | 100001 | 100110111 | 1011011 | 100011 |
Color Harmonies of #AB088E
Complementary color
Monochromatic Colors of #AB088E
Black with #AB088E
Text Example
Text Example
White with #AB088E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB088E; }
p { color: rgb(171,8,142); }
H1.HeaderClassName
{
color: #AB088E;
}
.AnyTagClassName
{
color: #AB088E;
}
</style>
background-color css
<style>
a { background-color: #AB088E; }
a { background-color: rgb(171,8,142); }
div.DivClassName
{
background-color: #AB088E;
}
.BgClassName
{
background-color: #AB088E;
}
</style>
border-color css
<style>
span { border-color: #AB088E; }
span { border-color: rgb(171,8,142); }
td.TdClassName
{
border-color: #AB088E;
}
.TagClassName
{
border-color: #AB088E;
}
</style>