Shades of Dark Violet #AF16DE
Tints of Dark Violet #AF16DE
RGB
CMYK
RGB Variations
Color information
#AF16DE (or 0xAF16DE) is known color: Dark Violet. HEX triplet: AF, 16 and DE. RGB value is (175,22,222). Sum of RGB (Red+Green+Blue) = 175+22+222=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 22 (8.98% from 255 or 5.25% from 419); Blue value is 222 (87.11% from 255 or 52.98% from 419); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF16DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF16DE is #50E921. Grayscale: #595959. Windows color (decimal): -5302562 or 14554799. OLE color: 14554799.
HSL color Cylindrical-coordinate representation of color #AF16DE: hue angle of 285.9º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AF16DE is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 22 | 222 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.13 |
| HSL | 285.9º | 0.82% | 0.48% | - |
| HSV(B) | 285.9º | 0.9% | 0.87% | - |
| XYZ | 31.15 | 14.96 | 70.35 | - |
| YUV | 90.55 | 202.19 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 222 | 0.21 | 0.90 | 0 | 0.13 | 285.9 | 0.82 | 0.48 |
| Hex | AF | 16 | DE | 15 | 5A | 0 | D | 11E | 52 | 30 |
| Octal | 257 | 26 | 336 | 25 | 132 | 0 | 15 | 436 | 122 | 60 |
| Binary | 10101111 | 10110 | 11011110 | 10101 | 1011010 | 0 | 1101 | 100011110 | 1010010 | 110000 |
Color Harmonies of #AF16DE
Complementary color
Monochromatic Colors of #AF16DE
Black with #AF16DE
Text Example
Text Example
White with #AF16DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF16DE; }
p { color: rgb(175,22,222); }
H1.HeaderClassName
{
color: #AF16DE;
}
.AnyTagClassName
{
color: #AF16DE;
}
</style>
background-color css
<style>
a { background-color: #AF16DE; }
a { background-color: rgb(175,22,222); }
div.DivClassName
{
background-color: #AF16DE;
}
.BgClassName
{
background-color: #AF16DE;
}
</style>
border-color css
<style>
span { border-color: #AF16DE; }
span { border-color: rgb(175,22,222); }
td.TdClassName
{
border-color: #AF16DE;
}
.TagClassName
{
border-color: #AF16DE;
}
</style>