Shades of Dark Magenta #AF0BA2
Tints of Dark Magenta #AF0BA2
RGB
CMYK
RGB Variations
Color information
#AF0BA2 (or 0xAF0BA2) is known color: Dark Magenta. HEX triplet: AF, 0B and A2. RGB value is (175,11,162). Sum of RGB (Red+Green+Blue) = 175+11+162=348 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50.29% from 348); Green value is 11 (4.69% from 255 or 3.16% from 348); Blue value is 162 (63.67% from 255 or 46.55% from 348); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0BA2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0BA2 is #50F45D. Grayscale: #4C4C4C. Windows color (decimal): -5305438 or 10619823. OLE color: 10619823.
HSL color Cylindrical-coordinate representation of color #AF0BA2: hue angle of 304.76º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0BA2 is Cyan = 0, Magento = 0.94, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 11 | 162 | - |
| CMYK | 0 | 0.94 | 0.07 | 0.31 |
| HSL | 304.76º | 0.88% | 0.36% | - |
| HSV(B) | 304.76º | 0.94% | 0.69% | - |
| XYZ | 24.32 | 11.96 | 35.21 | - |
| YUV | 77.25 | 175.83 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 11 | 162 | 0 | 0.94 | 0.07 | 0.31 | 304.76 | 0.88 | 0.36 |
| Hex | AF | B | A2 | 0 | 5E | 7 | 1F | 131 | 58 | 24 |
| Octal | 257 | 13 | 242 | 0 | 136 | 7 | 37 | 461 | 130 | 44 |
| Binary | 10101111 | 1011 | 10100010 | 0 | 1011110 | 111 | 11111 | 100110001 | 1011000 | 100100 |
Color Harmonies of #AF0BA2
Complementary color
Monochromatic Colors of #AF0BA2
Black with #AF0BA2
Text Example
Text Example
White with #AF0BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0BA2; }
p { color: rgb(175,11,162); }
H1.HeaderClassName
{
color: #AF0BA2;
}
.AnyTagClassName
{
color: #AF0BA2;
}
</style>
background-color css
<style>
a { background-color: #AF0BA2; }
a { background-color: rgb(175,11,162); }
div.DivClassName
{
background-color: #AF0BA2;
}
.BgClassName
{
background-color: #AF0BA2;
}
</style>
border-color css
<style>
span { border-color: #AF0BA2; }
span { border-color: rgb(175,11,162); }
td.TdClassName
{
border-color: #AF0BA2;
}
.TagClassName
{
border-color: #AF0BA2;
}
</style>