Shades of Dark Magenta #AF0BA5
Tints of Dark Magenta #AF0BA5
RGB
CMYK
RGB Variations
Color information
#AF0BA5 (or 0xAF0BA5) is known color: Dark Magenta. HEX triplet: AF, 0B and A5. RGB value is (175,11,165). Sum of RGB (Red+Green+Blue) = 175+11+165=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 11 (4.69% from 255 or 3.13% from 351); Blue value is 165 (64.84% from 255 or 47.01% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0BA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0BA5 is #50F45A. Grayscale: #4D4D4D. Windows color (decimal): -5305435 or 10816431. OLE color: 10816431.
HSL color Cylindrical-coordinate representation of color #AF0BA5: hue angle of 303.66º 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 #AF0BA5 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 11 | 165 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.31 |
| HSL | 303.66º | 0.88% | 0.36% | - |
| HSV(B) | 303.66º | 0.94% | 0.69% | - |
| XYZ | 24.59 | 12.07 | 36.63 | - |
| YUV | 77.59 | 177.33 | 197.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 11 | 165 | 0 | 0.94 | 0.06 | 0.31 | 303.66 | 0.88 | 0.36 |
| Hex | AF | B | A5 | 0 | 5E | 6 | 1F | 130 | 58 | 24 |
| Octal | 257 | 13 | 245 | 0 | 136 | 6 | 37 | 460 | 130 | 44 |
| Binary | 10101111 | 1011 | 10100101 | 0 | 1011110 | 110 | 11111 | 100110000 | 1011000 | 100100 |
Color Harmonies of #AF0BA5
Complementary color
Monochromatic Colors of #AF0BA5
Black with #AF0BA5
Text Example
Text Example
White with #AF0BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0BA5; }
p { color: rgb(175,11,165); }
H1.HeaderClassName
{
color: #AF0BA5;
}
.AnyTagClassName
{
color: #AF0BA5;
}
</style>
background-color css
<style>
a { background-color: #AF0BA5; }
a { background-color: rgb(175,11,165); }
div.DivClassName
{
background-color: #AF0BA5;
}
.BgClassName
{
background-color: #AF0BA5;
}
</style>
border-color css
<style>
span { border-color: #AF0BA5; }
span { border-color: rgb(175,11,165); }
td.TdClassName
{
border-color: #AF0BA5;
}
.TagClassName
{
border-color: #AF0BA5;
}
</style>