Shades of Dark Violet #AF17DD
Tints of Dark Violet #AF17DD
RGB
CMYK
RGB Variations
Color information
#AF17DD (or 0xAF17DD) is known color: Dark Violet. HEX triplet: AF, 17 and DD. RGB value is (175,23,221). Sum of RGB (Red+Green+Blue) = 175+23+221=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 23 (9.38% from 255 or 5.49% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF17DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF17DD is #50E822. Grayscale: #5A5A5A. Windows color (decimal): -5302307 or 14489519. OLE color: 14489519.
HSL color Cylindrical-coordinate representation of color #AF17DD: hue angle of 286.06º 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 #AF17DD is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 23 | 221 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.13 |
| HSL | 286.06º | 0.81% | 0.48% | - |
| HSV(B) | 286.06º | 0.9% | 0.87% | - |
| XYZ | 31.04 | 14.95 | 69.66 | - |
| YUV | 91.02 | 201.36 | 187.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 23 | 221 | 0.21 | 0.90 | 0 | 0.13 | 286.06 | 0.81 | 0.48 |
| Hex | AF | 17 | DD | 15 | 5A | 0 | D | 11E | 51 | 30 |
| Octal | 257 | 27 | 335 | 25 | 132 | 0 | 15 | 436 | 121 | 60 |
| Binary | 10101111 | 10111 | 11011101 | 10101 | 1011010 | 0 | 1101 | 100011110 | 1010001 | 110000 |
Color Harmonies of #AF17DD
Complementary color
Monochromatic Colors of #AF17DD
Black with #AF17DD
Text Example
Text Example
White with #AF17DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF17DD; }
p { color: rgb(175,23,221); }
H1.HeaderClassName
{
color: #AF17DD;
}
.AnyTagClassName
{
color: #AF17DD;
}
</style>
background-color css
<style>
a { background-color: #AF17DD; }
a { background-color: rgb(175,23,221); }
div.DivClassName
{
background-color: #AF17DD;
}
.BgClassName
{
background-color: #AF17DD;
}
</style>
border-color css
<style>
span { border-color: #AF17DD; }
span { border-color: rgb(175,23,221); }
td.TdClassName
{
border-color: #AF17DD;
}
.TagClassName
{
border-color: #AF17DD;
}
</style>