Shades of Deep Magenta #AF1AB8
Tints of Deep Magenta #AF1AB8
RGB
CMYK
RGB Variations
Color information
#AF1AB8 (or 0xAF1AB8) is known color: Deep Magenta. HEX triplet: AF, 1A and B8. RGB value is (175,26,184). Sum of RGB (Red+Green+Blue) = 175+26+184=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 26 (10.55% from 255 or 6.75% from 385); Blue value is 184 (72.27% from 255 or 47.79% from 385); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF1AB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF1AB8 is #50E547. Grayscale: #585858. Windows color (decimal): -5301576 or 12065455. OLE color: 12065455.
HSL color Cylindrical-coordinate representation of color #AF1AB8: hue angle of 296.58º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AF1AB8 is Cyan = 0.05, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 26 | 184 | - |
| CMYK | 0.05 | 0.86 | 0 | 0.28 |
| HSL | 296.58º | 0.75% | 0.41% | - |
| HSV(B) | 296.58º | 0.86% | 0.72% | - |
| XYZ | 26.7 | 13.31 | 46.51 | - |
| YUV | 88.56 | 181.86 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 26 | 184 | 0.05 | 0.86 | 0 | 0.28 | 296.58 | 0.75 | 0.41 |
| Hex | AF | 1A | B8 | 5 | 56 | 0 | 1C | 129 | 4B | 29 |
| Octal | 257 | 32 | 270 | 5 | 126 | 0 | 34 | 451 | 113 | 51 |
| Binary | 10101111 | 11010 | 10111000 | 101 | 1010110 | 0 | 11100 | 100101001 | 1001011 | 101001 |
Color Harmonies of #AF1AB8
Complementary color
Monochromatic Colors of #AF1AB8
Black with #AF1AB8
Text Example
Text Example
White with #AF1AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF1AB8; }
p { color: rgb(175,26,184); }
H1.HeaderClassName
{
color: #AF1AB8;
}
.AnyTagClassName
{
color: #AF1AB8;
}
</style>
background-color css
<style>
a { background-color: #AF1AB8; }
a { background-color: rgb(175,26,184); }
div.DivClassName
{
background-color: #AF1AB8;
}
.BgClassName
{
background-color: #AF1AB8;
}
</style>
border-color css
<style>
span { border-color: #AF1AB8; }
span { border-color: rgb(175,26,184); }
td.TdClassName
{
border-color: #AF1AB8;
}
.TagClassName
{
border-color: #AF1AB8;
}
</style>