Shades of Deep Magenta #AF00B5
Tints of Deep Magenta #AF00B5
RGB
CMYK
RGB Variations
Color information
#AF00B5 (or 0xAF00B5) is known color: Deep Magenta. HEX triplet: AF, 00 and B5. RGB value is (175,0,181). Sum of RGB (Red+Green+Blue) = 175+0+181=356 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.16% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 181 (71.09% from 255 or 50.84% from 356); Max value from RGB is 181 - color contains mainly: blue. Hex color #AF00B5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF00B5 is #50FF4A. Grayscale: #484848. Windows color (decimal): -5308235 or 11862191. OLE color: 11862191.
HSL color Cylindrical-coordinate representation of color #AF00B5: hue angle of 298.01º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF00B5 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 0 | 181 | - |
| CMYK | 0.03 | 1 | 0 | 0.29 |
| HSL | 298.01º | 1% | 0.35% | - |
| HSV(B) | 298.01º | 1% | 0.71% | - |
| XYZ | 26.02 | 12.45 | 44.75 | - |
| YUV | 72.96 | 188.98 | 200.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 181 | 0.03 | 1 | 0 | 0.29 | 298.01 | 1 | 0.35 |
| Hex | AF | 0 | B5 | 3 | 64 | 0 | 1D | 12A | 64 | 23 |
| Octal | 257 | 0 | 265 | 3 | 144 | 0 | 35 | 452 | 144 | 43 |
| Binary | 10101111 | 0 | 10110101 | 11 | 1100100 | 0 | 11101 | 100101010 | 1100100 | 100011 |
Color Harmonies of #AF00B5
Complementary color
Monochromatic Colors of #AF00B5
Black with #AF00B5
Text Example
Text Example
White with #AF00B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF00B5; }
p { color: rgb(175,0,181); }
H1.HeaderClassName
{
color: #AF00B5;
}
.AnyTagClassName
{
color: #AF00B5;
}
</style>
background-color css
<style>
a { background-color: #AF00B5; }
a { background-color: rgb(175,0,181); }
div.DivClassName
{
background-color: #AF00B5;
}
.BgClassName
{
background-color: #AF00B5;
}
</style>
border-color css
<style>
span { border-color: #AF00B5; }
span { border-color: rgb(175,0,181); }
td.TdClassName
{
border-color: #AF00B5;
}
.TagClassName
{
border-color: #AF00B5;
}
</style>