Shades of Dark Violet #AF16CD
Tints of Dark Violet #AF16CD
RGB
CMYK
RGB Variations
Color information
#AF16CD (or 0xAF16CD) is known color: Dark Violet. HEX triplet: AF, 16 and CD. RGB value is (175,22,205). Sum of RGB (Red+Green+Blue) = 175+22+205=402 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.53% from 402); Green value is 22 (8.98% from 255 or 5.47% from 402); Blue value is 205 (80.47% from 255 or 51.00% from 402); Max value from RGB is 205 - color contains mainly: blue. Hex color #AF16CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF16CD is #50E932. Grayscale: #585858. Windows color (decimal): -5302579 or 13440687. OLE color: 13440687.
HSL color Cylindrical-coordinate representation of color #AF16CD: hue angle of 290.16º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF16CD is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 175 | 22 | 205 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.20 |
| HSL | 290.16º | 0.81% | 0.45% | - |
| HSV(B) | 290.16º | 0.89% | 0.8% | - |
| XYZ | 28.99 | 14.1 | 58.95 | - |
| YUV | 88.61 | 193.69 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 22 | 205 | 0.15 | 0.89 | 0 | 0.20 | 290.16 | 0.81 | 0.45 |
| Hex | AF | 16 | CD | F | 59 | 0 | 14 | 122 | 51 | 2D |
| Octal | 257 | 26 | 315 | 17 | 131 | 0 | 24 | 442 | 121 | 55 |
| Binary | 10101111 | 10110 | 11001101 | 1111 | 1011001 | 0 | 10100 | 100100010 | 1010001 | 101101 |
Color Harmonies of #AF16CD
Complementary color
Monochromatic Colors of #AF16CD
Black with #AF16CD
Text Example
Text Example
White with #AF16CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF16CD; }
p { color: rgb(175,22,205); }
H1.HeaderClassName
{
color: #AF16CD;
}
.AnyTagClassName
{
color: #AF16CD;
}
</style>
background-color css
<style>
a { background-color: #AF16CD; }
a { background-color: rgb(175,22,205); }
div.DivClassName
{
background-color: #AF16CD;
}
.BgClassName
{
background-color: #AF16CD;
}
</style>
border-color css
<style>
span { border-color: #AF16CD; }
span { border-color: rgb(175,22,205); }
td.TdClassName
{
border-color: #AF16CD;
}
.TagClassName
{
border-color: #AF16CD;
}
</style>