Shades of Dark Magenta #AF07A2
Tints of Dark Magenta #AF07A2
RGB
CMYK
RGB Variations
Color information
#AF07A2 (or 0xAF07A2) is known color: Dark Magenta. HEX triplet: AF, 07 and A2. RGB value is (175,7,162). Sum of RGB (Red+Green+Blue) = 175+7+162=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 7 (3.12% from 255 or 2.03% from 344); Blue value is 162 (63.67% from 255 or 47.09% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF07A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF07A2 is #50F85D. Grayscale: #4A4A4A. Windows color (decimal): -5306462 or 10618799. OLE color: 10618799.
HSL color Cylindrical-coordinate representation of color #AF07A2: hue angle of 304.64º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF07A2 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 7 | 162 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.31 |
| HSL | 304.64º | 0.92% | 0.36% | - |
| HSV(B) | 304.64º | 0.96% | 0.69% | - |
| XYZ | 24.28 | 11.87 | 35.19 | - |
| YUV | 74.9 | 177.16 | 199.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 162 | 0 | 0.96 | 0.07 | 0.31 | 304.64 | 0.92 | 0.36 |
| Hex | AF | 7 | A2 | 0 | 60 | 7 | 1F | 131 | 5C | 24 |
| Octal | 257 | 7 | 242 | 0 | 140 | 7 | 37 | 461 | 134 | 44 |
| Binary | 10101111 | 111 | 10100010 | 0 | 1100000 | 111 | 11111 | 100110001 | 1011100 | 100100 |
Color Harmonies of #AF07A2
Complementary color
Monochromatic Colors of #AF07A2
Black with #AF07A2
Text Example
Text Example
White with #AF07A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF07A2; }
p { color: rgb(175,7,162); }
H1.HeaderClassName
{
color: #AF07A2;
}
.AnyTagClassName
{
color: #AF07A2;
}
</style>
background-color css
<style>
a { background-color: #AF07A2; }
a { background-color: rgb(175,7,162); }
div.DivClassName
{
background-color: #AF07A2;
}
.BgClassName
{
background-color: #AF07A2;
}
</style>
border-color css
<style>
span { border-color: #AF07A2; }
span { border-color: rgb(175,7,162); }
td.TdClassName
{
border-color: #AF07A2;
}
.TagClassName
{
border-color: #AF07A2;
}
</style>