Shades of Dark Violet #AF17DE
Tints of Dark Violet #AF17DE
RGB
CMYK
RGB Variations
Color information
#AF17DE (or 0xAF17DE) is known color: Dark Violet. HEX triplet: AF, 17 and DE. RGB value is (175,23,222). Sum of RGB (Red+Green+Blue) = 175+23+222=420 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.67% from 420); Green value is 23 (9.38% from 255 or 5.48% from 420); Blue value is 222 (87.11% from 255 or 52.86% from 420); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF17DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF17DE is #50E821. Grayscale: #5A5A5A. Windows color (decimal): -5302306 or 14555055. OLE color: 14555055.
HSL color Cylindrical-coordinate representation of color #AF17DE: hue angle of 285.83º degrees, saturation: 0.81, 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 #AF17DE is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 23 | 222 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.13 |
| HSL | 285.83º | 0.81% | 0.48% | - |
| HSV(B) | 285.83º | 0.9% | 0.87% | - |
| XYZ | 31.17 | 15 | 70.36 | - |
| YUV | 91.13 | 201.86 | 187.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 23 | 222 | 0.21 | 0.90 | 0 | 0.13 | 285.83 | 0.81 | 0.48 |
| Hex | AF | 17 | DE | 15 | 5A | 0 | D | 11E | 51 | 30 |
| Octal | 257 | 27 | 336 | 25 | 132 | 0 | 15 | 436 | 121 | 60 |
| Binary | 10101111 | 10111 | 11011110 | 10101 | 1011010 | 0 | 1101 | 100011110 | 1010001 | 110000 |
Color Harmonies of #AF17DE
Complementary color
Monochromatic Colors of #AF17DE
Black with #AF17DE
Text Example
Text Example
White with #AF17DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF17DE; }
p { color: rgb(175,23,222); }
H1.HeaderClassName
{
color: #AF17DE;
}
.AnyTagClassName
{
color: #AF17DE;
}
</style>
background-color css
<style>
a { background-color: #AF17DE; }
a { background-color: rgb(175,23,222); }
div.DivClassName
{
background-color: #AF17DE;
}
.BgClassName
{
background-color: #AF17DE;
}
</style>
border-color css
<style>
span { border-color: #AF17DE; }
span { border-color: rgb(175,23,222); }
td.TdClassName
{
border-color: #AF17DE;
}
.TagClassName
{
border-color: #AF17DE;
}
</style>