Shades of Dark Magenta #AF01A2
Tints of Dark Magenta #AF01A2
RGB
CMYK
RGB Variations
Color information
#AF01A2 (or 0xAF01A2) is known color: Dark Magenta. HEX triplet: AF, 01 and A2. RGB value is (175,1,162). Sum of RGB (Red+Green+Blue) = 175+1+162=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 162 (63.67% from 255 or 47.93% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF01A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF01A2 is #50FE5D. Grayscale: #464646. Windows color (decimal): -5307998 or 10617263. OLE color: 10617263.
HSL color Cylindrical-coordinate representation of color #AF01A2: hue angle of 304.48º degrees, saturation: 0.99, 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 #AF01A2 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 1 | 162 | - |
| CMYK | 0 | 0.99 | 0.07 | 0.31 |
| HSL | 304.48º | 0.99% | 0.35% | - |
| HSV(B) | 304.48º | 0.99% | 0.69% | - |
| XYZ | 24.21 | 11.74 | 35.17 | - |
| YUV | 71.38 | 179.15 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 162 | 0 | 0.99 | 0.07 | 0.31 | 304.48 | 0.99 | 0.35 |
| Hex | AF | 1 | A2 | 0 | 63 | 7 | 1F | 130 | 63 | 23 |
| Octal | 257 | 1 | 242 | 0 | 143 | 7 | 37 | 460 | 143 | 43 |
| Binary | 10101111 | 1 | 10100010 | 0 | 1100011 | 111 | 11111 | 100110000 | 1100011 | 100011 |
Color Harmonies of #AF01A2
Complementary color
Monochromatic Colors of #AF01A2
Black with #AF01A2
Text Example
Text Example
White with #AF01A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF01A2; }
p { color: rgb(175,1,162); }
H1.HeaderClassName
{
color: #AF01A2;
}
.AnyTagClassName
{
color: #AF01A2;
}
</style>
background-color css
<style>
a { background-color: #AF01A2; }
a { background-color: rgb(175,1,162); }
div.DivClassName
{
background-color: #AF01A2;
}
.BgClassName
{
background-color: #AF01A2;
}
</style>
border-color css
<style>
span { border-color: #AF01A2; }
span { border-color: rgb(175,1,162); }
td.TdClassName
{
border-color: #AF01A2;
}
.TagClassName
{
border-color: #AF01A2;
}
</style>