Shades of Deep Magenta #AF08CA
Tints of Deep Magenta #AF08CA
RGB
CMYK
RGB Variations
Color information
#AF08CA (or 0xAF08CA) is known color: Deep Magenta. HEX triplet: AF, 08 and CA. RGB value is (175,8,202). Sum of RGB (Red+Green+Blue) = 175+8+202=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 8 (3.52% from 255 or 2.08% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #AF08CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF08CA is #50F735. Grayscale: #4F4F4F. Windows color (decimal): -5306166 or 13240495. OLE color: 13240495.
HSL color Cylindrical-coordinate representation of color #AF08CA: hue angle of 291.65º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF08CA is Cyan = 0.13, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 8 | 202 | - |
| CMYK | 0.13 | 0.96 | 0 | 0.21 |
| HSL | 291.65º | 0.92% | 0.41% | - |
| HSV(B) | 291.65º | 0.96% | 0.79% | - |
| XYZ | 28.43 | 13.55 | 56.99 | - |
| YUV | 80.05 | 196.83 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 8 | 202 | 0.13 | 0.96 | 0 | 0.21 | 291.65 | 0.92 | 0.41 |
| Hex | AF | 8 | CA | D | 60 | 0 | 15 | 124 | 5C | 29 |
| Octal | 257 | 10 | 312 | 15 | 140 | 0 | 25 | 444 | 134 | 51 |
| Binary | 10101111 | 1000 | 11001010 | 1101 | 1100000 | 0 | 10101 | 100100100 | 1011100 | 101001 |
Color Harmonies of #AF08CA
Complementary color
Monochromatic Colors of #AF08CA
Black with #AF08CA
Text Example
Text Example
White with #AF08CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF08CA; }
p { color: rgb(175,8,202); }
H1.HeaderClassName
{
color: #AF08CA;
}
.AnyTagClassName
{
color: #AF08CA;
}
</style>
background-color css
<style>
a { background-color: #AF08CA; }
a { background-color: rgb(175,8,202); }
div.DivClassName
{
background-color: #AF08CA;
}
.BgClassName
{
background-color: #AF08CA;
}
</style>
border-color css
<style>
span { border-color: #AF08CA; }
span { border-color: rgb(175,8,202); }
td.TdClassName
{
border-color: #AF08CA;
}
.TagClassName
{
border-color: #AF08CA;
}
</style>