Shades of Dark Violet #AF17CE
Tints of Dark Violet #AF17CE
RGB
CMYK
RGB Variations
Color information
#AF17CE (or 0xAF17CE) is known color: Dark Violet. HEX triplet: AF, 17 and CE. RGB value is (175,23,206). Sum of RGB (Red+Green+Blue) = 175+23+206=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 23 (9.38% from 255 or 5.69% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF17CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF17CE is #50E831. Grayscale: #585858. Windows color (decimal): -5302322 or 13506479. OLE color: 13506479.
HSL color Cylindrical-coordinate representation of color #AF17CE: hue angle of 289.84º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF17CE is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 23 | 206 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.19 |
| HSL | 289.84º | 0.8% | 0.45% | - |
| HSV(B) | 289.84º | 0.89% | 0.81% | - |
| XYZ | 29.13 | 14.18 | 59.59 | - |
| YUV | 89.31 | 193.86 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 23 | 206 | 0.15 | 0.89 | 0 | 0.19 | 289.84 | 0.8 | 0.45 |
| Hex | AF | 17 | CE | F | 59 | 0 | 13 | 122 | 50 | 2D |
| Octal | 257 | 27 | 316 | 17 | 131 | 0 | 23 | 442 | 120 | 55 |
| Binary | 10101111 | 10111 | 11001110 | 1111 | 1011001 | 0 | 10011 | 100100010 | 1010000 | 101101 |
Color Harmonies of #AF17CE
Complementary color
Monochromatic Colors of #AF17CE
Black with #AF17CE
Text Example
Text Example
White with #AF17CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF17CE; }
p { color: rgb(175,23,206); }
H1.HeaderClassName
{
color: #AF17CE;
}
.AnyTagClassName
{
color: #AF17CE;
}
</style>
background-color css
<style>
a { background-color: #AF17CE; }
a { background-color: rgb(175,23,206); }
div.DivClassName
{
background-color: #AF17CE;
}
.BgClassName
{
background-color: #AF17CE;
}
</style>
border-color css
<style>
span { border-color: #AF17CE; }
span { border-color: rgb(175,23,206); }
td.TdClassName
{
border-color: #AF17CE;
}
.TagClassName
{
border-color: #AF17CE;
}
</style>