Shades of Deep Magenta #AF03B8
Tints of Deep Magenta #AF03B8
RGB
CMYK
RGB Variations
Color information
#AF03B8 (or 0xAF03B8) is known color: Deep Magenta. HEX triplet: AF, 03 and B8. RGB value is (175,3,184). Sum of RGB (Red+Green+Blue) = 175+3+184=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 3 (1.56% from 255 or 0.83% from 362); Blue value is 184 (72.27% from 255 or 50.83% from 362); Max value from RGB is 184 - color contains mainly: blue. Hex color #AF03B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF03B8 is #50FC47. Grayscale: #4A4A4A. Windows color (decimal): -5307464 or 12059567. OLE color: 12059567.
HSL color Cylindrical-coordinate representation of color #AF03B8: hue angle of 297.02º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF03B8 is Cyan = 0.05, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 175 | 3 | 184 | - |
| CMYK | 0.05 | 0.98 | 0 | 0.28 |
| HSL | 297.02º | 0.97% | 0.37% | - |
| HSV(B) | 297.02º | 0.98% | 0.72% | - |
| XYZ | 26.36 | 12.64 | 46.4 | - |
| YUV | 75.06 | 189.48 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 3 | 184 | 0.05 | 0.98 | 0 | 0.28 | 297.02 | 0.97 | 0.37 |
| Hex | AF | 3 | B8 | 5 | 62 | 0 | 1C | 129 | 61 | 25 |
| Octal | 257 | 3 | 270 | 5 | 142 | 0 | 34 | 451 | 141 | 45 |
| Binary | 10101111 | 11 | 10111000 | 101 | 1100010 | 0 | 11100 | 100101001 | 1100001 | 100101 |
Color Harmonies of #AF03B8
Complementary color
Monochromatic Colors of #AF03B8
Black with #AF03B8
Text Example
Text Example
White with #AF03B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF03B8; }
p { color: rgb(175,3,184); }
H1.HeaderClassName
{
color: #AF03B8;
}
.AnyTagClassName
{
color: #AF03B8;
}
</style>
background-color css
<style>
a { background-color: #AF03B8; }
a { background-color: rgb(175,3,184); }
div.DivClassName
{
background-color: #AF03B8;
}
.BgClassName
{
background-color: #AF03B8;
}
</style>
border-color css
<style>
span { border-color: #AF03B8; }
span { border-color: rgb(175,3,184); }
td.TdClassName
{
border-color: #AF03B8;
}
.TagClassName
{
border-color: #AF03B8;
}
</style>