Shades of Dark Magenta #AF00A3
Tints of Dark Magenta #AF00A3
RGB
CMYK
RGB Variations
Color information
#AF00A3 (or 0xAF00A3) is known color: Dark Magenta. HEX triplet: AF, 00 and A3. RGB value is (175,0,163). Sum of RGB (Red+Green+Blue) = 175+0+163=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 163 (64.06% from 255 or 48.22% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF00A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF00A3 is #50FF5C. Grayscale: #464646. Windows color (decimal): -5308253 or 10682543. OLE color: 10682543.
HSL color Cylindrical-coordinate representation of color #AF00A3: hue angle of 304.11º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF00A3 is Cyan = 0, Magento = 1, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 0 | 163 | - |
| CMYK | 0 | 1 | 0.07 | 0.31 |
| HSL | 304.11º | 1% | 0.34% | - |
| HSV(B) | 304.11º | 1% | 0.69% | - |
| XYZ | 24.29 | 11.76 | 35.64 | - |
| YUV | 70.91 | 179.98 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 163 | 0 | 1 | 0.07 | 0.31 | 304.11 | 1 | 0.34 |
| Hex | AF | 0 | A3 | 0 | 64 | 7 | 1F | 130 | 64 | 22 |
| Octal | 257 | 0 | 243 | 0 | 144 | 7 | 37 | 460 | 144 | 42 |
| Binary | 10101111 | 0 | 10100011 | 0 | 1100100 | 111 | 11111 | 100110000 | 1100100 | 100010 |
Color Harmonies of #AF00A3
Complementary color
Monochromatic Colors of #AF00A3
Black with #AF00A3
Text Example
Text Example
White with #AF00A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF00A3; }
p { color: rgb(175,0,163); }
H1.HeaderClassName
{
color: #AF00A3;
}
.AnyTagClassName
{
color: #AF00A3;
}
</style>
background-color css
<style>
a { background-color: #AF00A3; }
a { background-color: rgb(175,0,163); }
div.DivClassName
{
background-color: #AF00A3;
}
.BgClassName
{
background-color: #AF00A3;
}
</style>
border-color css
<style>
span { border-color: #AF00A3; }
span { border-color: rgb(175,0,163); }
td.TdClassName
{
border-color: #AF00A3;
}
.TagClassName
{
border-color: #AF00A3;
}
</style>