Shades of Dark Magenta #AF08A1
Tints of Dark Magenta #AF08A1
RGB
CMYK
RGB Variations
Color information
#AF08A1 (or 0xAF08A1) is known color: Dark Magenta. HEX triplet: AF, 08 and A1. RGB value is (175,8,161). Sum of RGB (Red+Green+Blue) = 175+8+161=344 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.87% from 344); Green value is 8 (3.52% from 255 or 2.33% from 344); Blue value is 161 (63.28% from 255 or 46.80% from 344); Max value from RGB is 175 - color contains mainly: red. Hex color #AF08A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF08A1 is #50F75E. Grayscale: #4A4A4A. Windows color (decimal): -5306207 or 10553519. OLE color: 10553519.
HSL color Cylindrical-coordinate representation of color #AF08A1: hue angle of 305.03º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF08A1 is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 8 | 161 | - |
| CMYK | 0 | 0.95 | 0.08 | 0.31 |
| HSL | 305.03º | 0.91% | 0.36% | - |
| HSV(B) | 305.03º | 0.95% | 0.69% | - |
| XYZ | 24.2 | 11.86 | 34.73 | - |
| YUV | 75.38 | 176.33 | 199.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 161 | 0 | 0.95 | 0.08 | 0.31 | 305.03 | 0.91 | 0.36 |
| Hex | AF | 8 | A1 | 0 | 5F | 8 | 1F | 131 | 5B | 24 |
| Octal | 257 | 10 | 241 | 0 | 137 | 10 | 37 | 461 | 133 | 44 |
| Binary | 10101111 | 1000 | 10100001 | 0 | 1011111 | 1000 | 11111 | 100110001 | 1011011 | 100100 |
Color Harmonies of #AF08A1
Complementary color
Monochromatic Colors of #AF08A1
Black with #AF08A1
Text Example
Text Example
White with #AF08A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF08A1; }
p { color: rgb(175,8,161); }
H1.HeaderClassName
{
color: #AF08A1;
}
.AnyTagClassName
{
color: #AF08A1;
}
</style>
background-color css
<style>
a { background-color: #AF08A1; }
a { background-color: rgb(175,8,161); }
div.DivClassName
{
background-color: #AF08A1;
}
.BgClassName
{
background-color: #AF08A1;
}
</style>
border-color css
<style>
span { border-color: #AF08A1; }
span { border-color: rgb(175,8,161); }
td.TdClassName
{
border-color: #AF08A1;
}
.TagClassName
{
border-color: #AF08A1;
}
</style>