Shades of Deep Magenta #AF09BD
Tints of Deep Magenta #AF09BD
RGB
CMYK
RGB Variations
Color information
#AF09BD (or 0xAF09BD) is known color: Deep Magenta. HEX triplet: AF, 09 and BD. RGB value is (175,9,189). Sum of RGB (Red+Green+Blue) = 175+9+189=373 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.92% from 373); Green value is 9 (3.91% from 255 or 2.41% from 373); Blue value is 189 (74.22% from 255 or 50.67% from 373); Max value from RGB is 189 - color contains mainly: blue. Hex color #AF09BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF09BD is #50F642. Grayscale: #4E4E4E. Windows color (decimal): -5305923 or 12388783. OLE color: 12388783.
HSL color Cylindrical-coordinate representation of color #AF09BD: hue angle of 295.33º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF09BD is Cyan = 0.07, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 175 | 9 | 189 | - |
| CMYK | 0.07 | 0.95 | 0 | 0.26 |
| HSL | 295.33º | 0.91% | 0.39% | - |
| HSV(B) | 295.33º | 0.95% | 0.74% | - |
| XYZ | 26.96 | 12.98 | 49.23 | - |
| YUV | 79.15 | 190 | 196.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 9 | 189 | 0.07 | 0.95 | 0 | 0.26 | 295.33 | 0.91 | 0.39 |
| Hex | AF | 9 | BD | 7 | 5F | 0 | 1A | 127 | 5B | 27 |
| Octal | 257 | 11 | 275 | 7 | 137 | 0 | 32 | 447 | 133 | 47 |
| Binary | 10101111 | 1001 | 10111101 | 111 | 1011111 | 0 | 11010 | 100100111 | 1011011 | 100111 |
Color Harmonies of #AF09BD
Complementary color
Monochromatic Colors of #AF09BD
Black with #AF09BD
Text Example
Text Example
White with #AF09BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF09BD; }
p { color: rgb(175,9,189); }
H1.HeaderClassName
{
color: #AF09BD;
}
.AnyTagClassName
{
color: #AF09BD;
}
</style>
background-color css
<style>
a { background-color: #AF09BD; }
a { background-color: rgb(175,9,189); }
div.DivClassName
{
background-color: #AF09BD;
}
.BgClassName
{
background-color: #AF09BD;
}
</style>
border-color css
<style>
span { border-color: #AF09BD; }
span { border-color: rgb(175,9,189); }
td.TdClassName
{
border-color: #AF09BD;
}
.TagClassName
{
border-color: #AF09BD;
}
</style>