Shades of Deep Magenta #AB09B7
Tints of Deep Magenta #AB09B7
RGB
CMYK
RGB Variations
Color information
#AB09B7 (or 0xAB09B7) is known color: Deep Magenta. HEX triplet: AB, 09 and B7. RGB value is (171,9,183). Sum of RGB (Red+Green+Blue) = 171+9+183=363 (48% of max value = 765). Red value is 171 (67.19% from 255 or 47.11% from 363); Green value is 9 (3.91% from 255 or 2.48% from 363); Blue value is 183 (71.88% from 255 or 50.41% from 363); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB09B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AB09B7 is #54F648. Grayscale: #4C4C4C. Windows color (decimal): -5568073 or 11995563. OLE color: 11995563.
HSL color Cylindrical-coordinate representation of color #AB09B7: hue angle of 295.86º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB09B7 is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 9 | 183 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.28 |
| HSL | 295.86º | 0.91% | 0.38% | - |
| HSV(B) | 295.86º | 0.95% | 0.72% | - |
| XYZ | 25.44 | 12.27 | 45.83 | - |
| YUV | 77.27 | 187.67 | 194.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 9 | 183 | 0.07 | 0.95 | 0 | 0.28 | 295.86 | 0.91 | 0.38 |
| Hex | AB | 9 | B7 | 7 | 5F | 0 | 1C | 128 | 5B | 26 |
| Octal | 253 | 11 | 267 | 7 | 137 | 0 | 34 | 450 | 133 | 46 |
| Binary | 10101011 | 1001 | 10110111 | 111 | 1011111 | 0 | 11100 | 100101000 | 1011011 | 100110 |
Color Harmonies of #AB09B7
Complementary color
Monochromatic Colors of #AB09B7
Black with #AB09B7
Text Example
Text Example
White with #AB09B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB09B7; }
p { color: rgb(171,9,183); }
H1.HeaderClassName
{
color: #AB09B7;
}
.AnyTagClassName
{
color: #AB09B7;
}
</style>
background-color css
<style>
a { background-color: #AB09B7; }
a { background-color: rgb(171,9,183); }
div.DivClassName
{
background-color: #AB09B7;
}
.BgClassName
{
background-color: #AB09B7;
}
</style>
border-color css
<style>
span { border-color: #AB09B7; }
span { border-color: rgb(171,9,183); }
td.TdClassName
{
border-color: #AB09B7;
}
.TagClassName
{
border-color: #AB09B7;
}
</style>