Shades of Dark Magenta #AF0BA4
Tints of Dark Magenta #AF0BA4
RGB
CMYK
RGB Variations
Color information
#AF0BA4 (or 0xAF0BA4) is known color: Dark Magenta. HEX triplet: AF, 0B and A4. RGB value is (175,11,164). Sum of RGB (Red+Green+Blue) = 175+11+164=350 (46% of max value = 765). Red value is 175 (68.75% from 255 or 50% from 350); Green value is 11 (4.69% from 255 or 3.14% from 350); Blue value is 164 (64.45% from 255 or 46.86% from 350); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0BA4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0BA4 is #50F45B. Grayscale: #4D4D4D. Windows color (decimal): -5305436 or 10750895. OLE color: 10750895.
HSL color Cylindrical-coordinate representation of color #AF0BA4: hue angle of 304.02º 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 #AF0BA4 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 11 | 164 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.31 |
| HSL | 304.02º | 0.88% | 0.36% | - |
| HSV(B) | 304.02º | 0.94% | 0.69% | - |
| XYZ | 24.5 | 12.03 | 36.15 | - |
| YUV | 77.48 | 176.83 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 11 | 164 | 0 | 0.94 | 0.06 | 0.31 | 304.02 | 0.88 | 0.36 |
| Hex | AF | B | A4 | 0 | 5E | 6 | 1F | 130 | 58 | 24 |
| Octal | 257 | 13 | 244 | 0 | 136 | 6 | 37 | 460 | 130 | 44 |
| Binary | 10101111 | 1011 | 10100100 | 0 | 1011110 | 110 | 11111 | 100110000 | 1011000 | 100100 |
Color Harmonies of #AF0BA4
Complementary color
Monochromatic Colors of #AF0BA4
Black with #AF0BA4
Text Example
Text Example
White with #AF0BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0BA4; }
p { color: rgb(175,11,164); }
H1.HeaderClassName
{
color: #AF0BA4;
}
.AnyTagClassName
{
color: #AF0BA4;
}
</style>
background-color css
<style>
a { background-color: #AF0BA4; }
a { background-color: rgb(175,11,164); }
div.DivClassName
{
background-color: #AF0BA4;
}
.BgClassName
{
background-color: #AF0BA4;
}
</style>
border-color css
<style>
span { border-color: #AF0BA4; }
span { border-color: rgb(175,11,164); }
td.TdClassName
{
border-color: #AF0BA4;
}
.TagClassName
{
border-color: #AF0BA4;
}
</style>