Shades of Deep Magenta #AF00B4
Tints of Deep Magenta #AF00B4
RGB
CMYK
RGB Variations
Color information
#AF00B4 (or 0xAF00B4) is known color: Deep Magenta. HEX triplet: AF, 00 and B4. RGB value is (175,0,180). Sum of RGB (Red+Green+Blue) = 175+0+180=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 0 (0.39% from 255 or 0% from 355); Blue value is 180 (70.70% from 255 or 50.70% from 355); Max value from RGB is 180 - color contains mainly: blue. Hex color #AF00B4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF00B4 is #50FF4B. Grayscale: #484848. Windows color (decimal): -5308236 or 11796655. OLE color: 11796655.
HSL color Cylindrical-coordinate representation of color #AF00B4: hue angle of 298.33º 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 #AF00B4 is Cyan = 0.03, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 175 | 0 | 180 | - |
| CMYK | 0.03 | 1 | 0 | 0.29 |
| HSL | 298.33º | 1% | 0.35% | - |
| HSV(B) | 298.33º | 1% | 0.71% | - |
| XYZ | 25.92 | 12.41 | 44.21 | - |
| YUV | 72.85 | 188.48 | 200.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 0 | 180 | 0.03 | 1 | 0 | 0.29 | 298.33 | 1 | 0.35 |
| Hex | AF | 0 | B4 | 3 | 64 | 0 | 1D | 12A | 64 | 23 |
| Octal | 257 | 0 | 264 | 3 | 144 | 0 | 35 | 452 | 144 | 43 |
| Binary | 10101111 | 0 | 10110100 | 11 | 1100100 | 0 | 11101 | 100101010 | 1100100 | 100011 |
Color Harmonies of #AF00B4
Complementary color
Monochromatic Colors of #AF00B4
Black with #AF00B4
Text Example
Text Example
White with #AF00B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF00B4; }
p { color: rgb(175,0,180); }
H1.HeaderClassName
{
color: #AF00B4;
}
.AnyTagClassName
{
color: #AF00B4;
}
</style>
background-color css
<style>
a { background-color: #AF00B4; }
a { background-color: rgb(175,0,180); }
div.DivClassName
{
background-color: #AF00B4;
}
.BgClassName
{
background-color: #AF00B4;
}
</style>
border-color css
<style>
span { border-color: #AF00B4; }
span { border-color: rgb(175,0,180); }
td.TdClassName
{
border-color: #AF00B4;
}
.TagClassName
{
border-color: #AF00B4;
}
</style>