Shades of Dark Magenta #AF02A6
Tints of Dark Magenta #AF02A6
RGB
CMYK
RGB Variations
Color information
#AF02A6 (or 0xAF02A6) is known color: Dark Magenta. HEX triplet: AF, 02 and A6. RGB value is (175,2,166). Sum of RGB (Red+Green+Blue) = 175+2+166=343 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.02% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 166 (65.23% from 255 or 48.40% from 343); Max value from RGB is 175 - color contains mainly: red. Hex color #AF02A6 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF02A6 is #50FD59. Grayscale: #474747. Windows color (decimal): -5307738 or 10879663. OLE color: 10879663.
HSL color Cylindrical-coordinate representation of color #AF02A6: hue angle of 303.12º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF02A6 is Cyan = 0, Magento = 0.99, Yellow = 0.05 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 2 | 166 | - |
| CMYK | 0 | 0.99 | 0.05 | 0.31 |
| HSL | 303.12º | 0.98% | 0.35% | - |
| HSV(B) | 303.12º | 0.99% | 0.69% | - |
| XYZ | 24.58 | 11.91 | 37.08 | - |
| YUV | 72.42 | 180.81 | 201.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 166 | 0 | 0.99 | 0.05 | 0.31 | 303.12 | 0.98 | 0.35 |
| Hex | AF | 2 | A6 | 0 | 63 | 5 | 1F | 12F | 62 | 23 |
| Octal | 257 | 2 | 246 | 0 | 143 | 5 | 37 | 457 | 142 | 43 |
| Binary | 10101111 | 10 | 10100110 | 0 | 1100011 | 101 | 11111 | 100101111 | 1100010 | 100011 |
Color Harmonies of #AF02A6
Complementary color
Monochromatic Colors of #AF02A6
Black with #AF02A6
Text Example
Text Example
White with #AF02A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF02A6; }
p { color: rgb(175,2,166); }
H1.HeaderClassName
{
color: #AF02A6;
}
.AnyTagClassName
{
color: #AF02A6;
}
</style>
background-color css
<style>
a { background-color: #AF02A6; }
a { background-color: rgb(175,2,166); }
div.DivClassName
{
background-color: #AF02A6;
}
.BgClassName
{
background-color: #AF02A6;
}
</style>
border-color css
<style>
span { border-color: #AF02A6; }
span { border-color: rgb(175,2,166); }
td.TdClassName
{
border-color: #AF02A6;
}
.TagClassName
{
border-color: #AF02A6;
}
</style>