Shades of Deep Magenta #AF02B2
Tints of Deep Magenta #AF02B2
RGB
CMYK
RGB Variations
Color information
#AF02B2 (or 0xAF02B2) is known color: Deep Magenta. HEX triplet: AF, 02 and B2. RGB value is (175,2,178). Sum of RGB (Red+Green+Blue) = 175+2+178=355 (47% of max value = 765). Red value is 175 (68.75% from 255 or 49.30% from 355); Green value is 2 (1.17% from 255 or 0.56% from 355); Blue value is 178 (69.92% from 255 or 50.14% from 355); Max value from RGB is 178 - color contains mainly: blue. Hex color #AF02B2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF02B2 is #50FD4D. Grayscale: #494949. Windows color (decimal): -5307726 or 11666095. OLE color: 11666095.
HSL color Cylindrical-coordinate representation of color #AF02B2: hue angle of 298.98º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AF02B2 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 2 | 178 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.30 |
| HSL | 298.98º | 0.98% | 0.35% | - |
| HSV(B) | 298.98º | 0.99% | 0.7% | - |
| XYZ | 25.74 | 12.37 | 43.15 | - |
| YUV | 73.79 | 186.81 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 2 | 178 | 0.02 | 0.99 | 0 | 0.30 | 298.98 | 0.98 | 0.35 |
| Hex | AF | 2 | B2 | 2 | 63 | 0 | 1E | 12B | 62 | 23 |
| Octal | 257 | 2 | 262 | 2 | 143 | 0 | 36 | 453 | 142 | 43 |
| Binary | 10101111 | 10 | 10110010 | 10 | 1100011 | 0 | 11110 | 100101011 | 1100010 | 100011 |
Color Harmonies of #AF02B2
Complementary color
Monochromatic Colors of #AF02B2
Black with #AF02B2
Text Example
Text Example
White with #AF02B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF02B2; }
p { color: rgb(175,2,178); }
H1.HeaderClassName
{
color: #AF02B2;
}
.AnyTagClassName
{
color: #AF02B2;
}
</style>
background-color css
<style>
a { background-color: #AF02B2; }
a { background-color: rgb(175,2,178); }
div.DivClassName
{
background-color: #AF02B2;
}
.BgClassName
{
background-color: #AF02B2;
}
</style>
border-color css
<style>
span { border-color: #AF02B2; }
span { border-color: rgb(175,2,178); }
td.TdClassName
{
border-color: #AF02B2;
}
.TagClassName
{
border-color: #AF02B2;
}
</style>