Shades of Dark Violet #AF06CF
Tints of Dark Violet #AF06CF
RGB
CMYK
RGB Variations
Color information
#AF06CF (or 0xAF06CF) is known color: Dark Violet. HEX triplet: AF, 06 and CF. RGB value is (175,6,207). Sum of RGB (Red+Green+Blue) = 175+6+207=388 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.10% from 388); Green value is 6 (2.73% from 255 or 1.55% from 388); Blue value is 207 (81.25% from 255 or 53.35% from 388); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF06CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF06CF is #50F930. Grayscale: #4E4E4E. Windows color (decimal): -5306673 or 13567663. OLE color: 13567663.
HSL color Cylindrical-coordinate representation of color #AF06CF: hue angle of 290.45º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF06CF is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 6 | 207 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.19 |
| HSL | 290.45º | 0.94% | 0.42% | - |
| HSV(B) | 290.45º | 0.97% | 0.81% | - |
| XYZ | 29.01 | 13.75 | 60.16 | - |
| YUV | 79.45 | 199.99 | 196.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 6 | 207 | 0.15 | 0.97 | 0 | 0.19 | 290.45 | 0.94 | 0.42 |
| Hex | AF | 6 | CF | F | 61 | 0 | 13 | 122 | 5E | 2A |
| Octal | 257 | 6 | 317 | 17 | 141 | 0 | 23 | 442 | 136 | 52 |
| Binary | 10101111 | 110 | 11001111 | 1111 | 1100001 | 0 | 10011 | 100100010 | 1011110 | 101010 |
Color Harmonies of #AF06CF
Complementary color
Monochromatic Colors of #AF06CF
Black with #AF06CF
Text Example
Text Example
White with #AF06CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF06CF; }
p { color: rgb(175,6,207); }
H1.HeaderClassName
{
color: #AF06CF;
}
.AnyTagClassName
{
color: #AF06CF;
}
</style>
background-color css
<style>
a { background-color: #AF06CF; }
a { background-color: rgb(175,6,207); }
div.DivClassName
{
background-color: #AF06CF;
}
.BgClassName
{
background-color: #AF06CF;
}
</style>
border-color css
<style>
span { border-color: #AF06CF; }
span { border-color: rgb(175,6,207); }
td.TdClassName
{
border-color: #AF06CF;
}
.TagClassName
{
border-color: #AF06CF;
}
</style>