Shades of Dark Magenta #AF07A3
Tints of Dark Magenta #AF07A3
RGB
CMYK
RGB Variations
Color information
#AF07A3 (or 0xAF07A3) is known color: Dark Magenta. HEX triplet: AF, 07 and A3. RGB value is (175,7,163). Sum of RGB (Red+Green+Blue) = 175+7+163=345 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.72% from 345); Green value is 7 (3.12% from 255 or 2.03% from 345); Blue value is 163 (64.06% from 255 or 47.25% from 345); Max value from RGB is 175 - color contains mainly: red. Hex color #AF07A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF07A3 is #50F85C. Grayscale: #4A4A4A. Windows color (decimal): -5306461 or 10684335. OLE color: 10684335.
HSL color Cylindrical-coordinate representation of color #AF07A3: hue angle of 304.29º 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 #AF07A3 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 7 | 163 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.31 |
| HSL | 304.29º | 0.92% | 0.36% | - |
| HSV(B) | 304.29º | 0.96% | 0.69% | - |
| XYZ | 24.37 | 11.91 | 35.67 | - |
| YUV | 75.02 | 177.66 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 7 | 163 | 0 | 0.96 | 0.07 | 0.31 | 304.29 | 0.92 | 0.36 |
| Hex | AF | 7 | A3 | 0 | 60 | 7 | 1F | 130 | 5C | 24 |
| Octal | 257 | 7 | 243 | 0 | 140 | 7 | 37 | 460 | 134 | 44 |
| Binary | 10101111 | 111 | 10100011 | 0 | 1100000 | 111 | 11111 | 100110000 | 1011100 | 100100 |
Color Harmonies of #AF07A3
Complementary color
Monochromatic Colors of #AF07A3
Black with #AF07A3
Text Example
Text Example
White with #AF07A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF07A3; }
p { color: rgb(175,7,163); }
H1.HeaderClassName
{
color: #AF07A3;
}
.AnyTagClassName
{
color: #AF07A3;
}
</style>
background-color css
<style>
a { background-color: #AF07A3; }
a { background-color: rgb(175,7,163); }
div.DivClassName
{
background-color: #AF07A3;
}
.BgClassName
{
background-color: #AF07A3;
}
</style>
border-color css
<style>
span { border-color: #AF07A3; }
span { border-color: rgb(175,7,163); }
td.TdClassName
{
border-color: #AF07A3;
}
.TagClassName
{
border-color: #AF07A3;
}
</style>