Shades of Dark Magenta #A702AF
Tints of Dark Magenta #A702AF
RGB
CMYK
RGB Variations
Color information
#A702AF (or 0xA702AF) is known color: Dark Magenta. HEX triplet: A7, 02 and AF. RGB value is (167,2,175). Sum of RGB (Red+Green+Blue) = 167+2+175=344 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.55% from 344); Green value is 2 (1.17% from 255 or 0.58% from 344); Blue value is 175 (68.75% from 255 or 50.87% from 344); Max value from RGB is 175 - color contains mainly: blue. Hex color #A702AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A702AF is #58FD50. Grayscale: #464646. Windows color (decimal): -5832017 or 11469479. OLE color: 11469479.
HSL color Cylindrical-coordinate representation of color #A702AF: hue angle of 297.23º 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 #A702AF is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 2 | 175 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.31 |
| HSL | 297.23º | 0.98% | 0.35% | - |
| HSV(B) | 297.23º | 0.99% | 0.69% | - |
| XYZ | 23.7 | 11.35 | 41.5 | - |
| YUV | 71.06 | 186.66 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 2 | 175 | 0.05 | 0.99 | 0 | 0.31 | 297.23 | 0.98 | 0.35 |
| Hex | A7 | 2 | AF | 5 | 63 | 0 | 1F | 129 | 62 | 23 |
| Octal | 247 | 2 | 257 | 5 | 143 | 0 | 37 | 451 | 142 | 43 |
| Binary | 10100111 | 10 | 10101111 | 101 | 1100011 | 0 | 11111 | 100101001 | 1100010 | 100011 |
Color Harmonies of #A702AF
Complementary color
Monochromatic Colors of #A702AF
Black with #A702AF
Text Example
Text Example
White with #A702AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A702AF; }
p { color: rgb(167,2,175); }
H1.HeaderClassName
{
color: #A702AF;
}
.AnyTagClassName
{
color: #A702AF;
}
</style>
background-color css
<style>
a { background-color: #A702AF; }
a { background-color: rgb(167,2,175); }
div.DivClassName
{
background-color: #A702AF;
}
.BgClassName
{
background-color: #A702AF;
}
</style>
border-color css
<style>
span { border-color: #A702AF; }
span { border-color: rgb(167,2,175); }
td.TdClassName
{
border-color: #A702AF;
}
.TagClassName
{
border-color: #A702AF;
}
</style>