Shades of Deep Magenta #AF0ABE
Tints of Deep Magenta #AF0ABE
RGB
CMYK
RGB Variations
Color information
#AF0ABE (or 0xAF0ABE) is known color: Deep Magenta. HEX triplet: AF, 0A and BE. RGB value is (175,10,190). Sum of RGB (Red+Green+Blue) = 175+10+190=375 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.67% from 375); Green value is 10 (4.30% from 255 or 2.67% from 375); Blue value is 190 (74.61% from 255 or 50.67% from 375); Max value from RGB is 190 - color contains mainly: blue. Hex color #AF0ABE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0ABE is #50F541. Grayscale: #4F4F4F. Windows color (decimal): -5305666 or 12454575. OLE color: 12454575.
HSL color Cylindrical-coordinate representation of color #AF0ABE: hue angle of 295º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF0ABE is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 10 | 190 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.25 |
| HSL | 295º | 0.9% | 0.39% | - |
| HSV(B) | 295º | 0.95% | 0.75% | - |
| XYZ | 27.08 | 13.05 | 49.81 | - |
| YUV | 79.86 | 190.16 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 10 | 190 | 0.08 | 0.95 | 0 | 0.25 | 295 | 0.9 | 0.39 |
| Hex | AF | A | BE | 8 | 5F | 0 | 19 | 127 | 5A | 27 |
| Octal | 257 | 12 | 276 | 10 | 137 | 0 | 31 | 447 | 132 | 47 |
| Binary | 10101111 | 1010 | 10111110 | 1000 | 1011111 | 0 | 11001 | 100100111 | 1011010 | 100111 |
Color Harmonies of #AF0ABE
Complementary color
Monochromatic Colors of #AF0ABE
Black with #AF0ABE
Text Example
Text Example
White with #AF0ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0ABE; }
p { color: rgb(175,10,190); }
H1.HeaderClassName
{
color: #AF0ABE;
}
.AnyTagClassName
{
color: #AF0ABE;
}
</style>
background-color css
<style>
a { background-color: #AF0ABE; }
a { background-color: rgb(175,10,190); }
div.DivClassName
{
background-color: #AF0ABE;
}
.BgClassName
{
background-color: #AF0ABE;
}
</style>
border-color css
<style>
span { border-color: #AF0ABE; }
span { border-color: rgb(175,10,190); }
td.TdClassName
{
border-color: #AF0ABE;
}
.TagClassName
{
border-color: #AF0ABE;
}
</style>