Shades of Deep Magenta #AF0BB3
Tints of Deep Magenta #AF0BB3
RGB
CMYK
RGB Variations
Color information
#AF0BB3 (or 0xAF0BB3) is known color: Deep Magenta. HEX triplet: AF, 0B and B3. RGB value is (175,11,179). Sum of RGB (Red+Green+Blue) = 175+11+179=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 11 (4.69% from 255 or 3.01% from 365); Blue value is 179 (70.31% from 255 or 49.04% from 365); Max value from RGB is 179 - color contains mainly: blue. Hex color #AF0BB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0BB3 is #50F44C. Grayscale: #4E4E4E. Windows color (decimal): -5305421 or 11733935. OLE color: 11733935.
HSL color Cylindrical-coordinate representation of color #AF0BB3: hue angle of 298.57º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AF0BB3 is Cyan = 0.02, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 175 | 11 | 179 | - |
| CMYK | 0.02 | 0.94 | 0 | 0.30 |
| HSL | 298.57º | 0.88% | 0.37% | - |
| HSV(B) | 298.57º | 0.94% | 0.7% | - |
| XYZ | 25.94 | 12.61 | 43.71 | - |
| YUV | 79.19 | 184.33 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 11 | 179 | 0.02 | 0.94 | 0 | 0.30 | 298.57 | 0.88 | 0.37 |
| Hex | AF | B | B3 | 2 | 5E | 0 | 1E | 12B | 58 | 25 |
| Octal | 257 | 13 | 263 | 2 | 136 | 0 | 36 | 453 | 130 | 45 |
| Binary | 10101111 | 1011 | 10110011 | 10 | 1011110 | 0 | 11110 | 100101011 | 1011000 | 100101 |
Color Harmonies of #AF0BB3
Complementary color
Monochromatic Colors of #AF0BB3
Black with #AF0BB3
Text Example
Text Example
White with #AF0BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0BB3; }
p { color: rgb(175,11,179); }
H1.HeaderClassName
{
color: #AF0BB3;
}
.AnyTagClassName
{
color: #AF0BB3;
}
</style>
background-color css
<style>
a { background-color: #AF0BB3; }
a { background-color: rgb(175,11,179); }
div.DivClassName
{
background-color: #AF0BB3;
}
.BgClassName
{
background-color: #AF0BB3;
}
</style>
border-color css
<style>
span { border-color: #AF0BB3; }
span { border-color: rgb(175,11,179); }
td.TdClassName
{
border-color: #AF0BB3;
}
.TagClassName
{
border-color: #AF0BB3;
}
</style>