Shades of Dark Magenta #AF0EA5
Tints of Dark Magenta #AF0EA5
RGB
CMYK
RGB Variations
Color information
#AF0EA5 (or 0xAF0EA5) is known color: Dark Magenta. HEX triplet: AF, 0E and A5. RGB value is (175,14,165). Sum of RGB (Red+Green+Blue) = 175+14+165=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 14 (5.86% from 255 or 3.95% from 354); Blue value is 165 (64.84% from 255 or 46.61% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0EA5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0EA5 is #50F15A. Grayscale: #4E4E4E. Windows color (decimal): -5304667 or 10817199. OLE color: 10817199.
HSL color Cylindrical-coordinate representation of color #AF0EA5: hue angle of 303.73º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF0EA5 is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 14 | 165 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.31 |
| HSL | 303.73º | 0.85% | 0.37% | - |
| HSV(B) | 303.73º | 0.92% | 0.69% | - |
| XYZ | 24.63 | 12.14 | 36.64 | - |
| YUV | 79.35 | 176.34 | 196.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 14 | 165 | 0 | 0.92 | 0.06 | 0.31 | 303.73 | 0.85 | 0.37 |
| Hex | AF | E | A5 | 0 | 5C | 6 | 1F | 130 | 55 | 25 |
| Octal | 257 | 16 | 245 | 0 | 134 | 6 | 37 | 460 | 125 | 45 |
| Binary | 10101111 | 1110 | 10100101 | 0 | 1011100 | 110 | 11111 | 100110000 | 1010101 | 100101 |
Color Harmonies of #AF0EA5
Complementary color
Monochromatic Colors of #AF0EA5
Black with #AF0EA5
Text Example
Text Example
White with #AF0EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0EA5; }
p { color: rgb(175,14,165); }
H1.HeaderClassName
{
color: #AF0EA5;
}
.AnyTagClassName
{
color: #AF0EA5;
}
</style>
background-color css
<style>
a { background-color: #AF0EA5; }
a { background-color: rgb(175,14,165); }
div.DivClassName
{
background-color: #AF0EA5;
}
.BgClassName
{
background-color: #AF0EA5;
}
</style>
border-color css
<style>
span { border-color: #AF0EA5; }
span { border-color: rgb(175,14,165); }
td.TdClassName
{
border-color: #AF0EA5;
}
.TagClassName
{
border-color: #AF0EA5;
}
</style>