Shades of Deep Magenta #AF0CAB
Tints of Deep Magenta #AF0CAB
RGB
CMYK
RGB Variations
Color information
#AF0CAB (or 0xAF0CAB) is known color: Deep Magenta. HEX triplet: AF, 0C and AB. RGB value is (175,12,171). Sum of RGB (Red+Green+Blue) = 175+12+171=358 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.88% from 358); Green value is 12 (5.08% from 255 or 3.35% from 358); Blue value is 171 (67.19% from 255 or 47.77% from 358); Max value from RGB is 175 - color contains mainly: red. Hex color #AF0CAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AF0CAB is #50F354. Grayscale: #4E4E4E. Windows color (decimal): -5305173 or 11209903. OLE color: 11209903.
HSL color Cylindrical-coordinate representation of color #AF0CAB: hue angle of 301.47º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF0CAB is Cyan = 0, Magento = 0.93, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 12 | 171 | - |
| CMYK | 0 | 0.93 | 0.02 | 0.31 |
| HSL | 301.47º | 0.87% | 0.37% | - |
| HSV(B) | 301.47º | 0.93% | 0.69% | - |
| XYZ | 25.16 | 12.32 | 39.58 | - |
| YUV | 78.86 | 180 | 196.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 12 | 171 | 0 | 0.93 | 0.02 | 0.31 | 301.47 | 0.87 | 0.37 |
| Hex | AF | C | AB | 0 | 5D | 2 | 1F | 12D | 57 | 25 |
| Octal | 257 | 14 | 253 | 0 | 135 | 2 | 37 | 455 | 127 | 45 |
| Binary | 10101111 | 1100 | 10101011 | 0 | 1011101 | 10 | 11111 | 100101101 | 1010111 | 100101 |
Color Harmonies of #AF0CAB
Complementary color
Monochromatic Colors of #AF0CAB
Black with #AF0CAB
Text Example
Text Example
White with #AF0CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0CAB; }
p { color: rgb(175,12,171); }
H1.HeaderClassName
{
color: #AF0CAB;
}
.AnyTagClassName
{
color: #AF0CAB;
}
</style>
background-color css
<style>
a { background-color: #AF0CAB; }
a { background-color: rgb(175,12,171); }
div.DivClassName
{
background-color: #AF0CAB;
}
.BgClassName
{
background-color: #AF0CAB;
}
</style>
border-color css
<style>
span { border-color: #AF0CAB; }
span { border-color: rgb(175,12,171); }
td.TdClassName
{
border-color: #AF0CAB;
}
.TagClassName
{
border-color: #AF0CAB;
}
</style>