Shades of Dark Violet #AF06D0
Tints of Dark Violet #AF06D0
RGB
CMYK
RGB Variations
Color information
#AF06D0 (or 0xAF06D0) is known color: Dark Violet. HEX triplet: AF, 06 and D0. RGB value is (175,6,208). Sum of RGB (Red+Green+Blue) = 175+6+208=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 6 (2.73% from 255 or 1.54% from 389); Blue value is 208 (81.64% from 255 or 53.47% from 389); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF06D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF06D0 is #50F92F. Grayscale: #4E4E4E. Windows color (decimal): -5306672 or 13633199. OLE color: 13633199.
HSL color Cylindrical-coordinate representation of color #AF06D0: hue angle of 290.2º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF06D0 is Cyan = 0.16, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 6 | 208 | - |
| CMYK | 0.16 | 0.97 | 0 | 0.18 |
| HSL | 290.2º | 0.94% | 0.42% | - |
| HSV(B) | 290.2º | 0.97% | 0.82% | - |
| XYZ | 29.13 | 13.8 | 60.8 | - |
| YUV | 79.56 | 200.49 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 6 | 208 | 0.16 | 0.97 | 0 | 0.18 | 290.2 | 0.94 | 0.42 |
| Hex | AF | 6 | D0 | 10 | 61 | 0 | 12 | 122 | 5E | 2A |
| Octal | 257 | 6 | 320 | 20 | 141 | 0 | 22 | 442 | 136 | 52 |
| Binary | 10101111 | 110 | 11010000 | 10000 | 1100001 | 0 | 10010 | 100100010 | 1011110 | 101010 |
Color Harmonies of #AF06D0
Complementary color
Monochromatic Colors of #AF06D0
Black with #AF06D0
Text Example
Text Example
White with #AF06D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF06D0; }
p { color: rgb(175,6,208); }
H1.HeaderClassName
{
color: #AF06D0;
}
.AnyTagClassName
{
color: #AF06D0;
}
</style>
background-color css
<style>
a { background-color: #AF06D0; }
a { background-color: rgb(175,6,208); }
div.DivClassName
{
background-color: #AF06D0;
}
.BgClassName
{
background-color: #AF06D0;
}
</style>
border-color css
<style>
span { border-color: #AF06D0; }
span { border-color: rgb(175,6,208); }
td.TdClassName
{
border-color: #AF06D0;
}
.TagClassName
{
border-color: #AF06D0;
}
</style>