Shades of Dark Violet #AF11CE
Tints of Dark Violet #AF11CE
RGB
CMYK
RGB Variations
Color information
#AF11CE (or 0xAF11CE) is known color: Dark Violet. HEX triplet: AF, 11 and CE. RGB value is (175,17,206). Sum of RGB (Red+Green+Blue) = 175+17+206=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 17 (7.03% from 255 or 4.27% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #AF11CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF11CE is #50EE31. Grayscale: #555555. Windows color (decimal): -5303858 or 13504943. OLE color: 13504943.
HSL color Cylindrical-coordinate representation of color #AF11CE: hue angle of 290.16º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AF11CE is Cyan = 0.15, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 17 | 206 | - |
| CMYK | 0.15 | 0.92 | 0 | 0.19 |
| HSL | 290.16º | 0.85% | 0.44% | - |
| HSV(B) | 290.16º | 0.92% | 0.81% | - |
| XYZ | 29.02 | 13.97 | 59.56 | - |
| YUV | 85.79 | 195.85 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 17 | 206 | 0.15 | 0.92 | 0 | 0.19 | 290.16 | 0.85 | 0.44 |
| Hex | AF | 11 | CE | F | 5C | 0 | 13 | 122 | 55 | 2C |
| Octal | 257 | 21 | 316 | 17 | 134 | 0 | 23 | 442 | 125 | 54 |
| Binary | 10101111 | 10001 | 11001110 | 1111 | 1011100 | 0 | 10011 | 100100010 | 1010101 | 101100 |
Color Harmonies of #AF11CE
Complementary color
Monochromatic Colors of #AF11CE
Black with #AF11CE
Text Example
Text Example
White with #AF11CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF11CE; }
p { color: rgb(175,17,206); }
H1.HeaderClassName
{
color: #AF11CE;
}
.AnyTagClassName
{
color: #AF11CE;
}
</style>
background-color css
<style>
a { background-color: #AF11CE; }
a { background-color: rgb(175,17,206); }
div.DivClassName
{
background-color: #AF11CE;
}
.BgClassName
{
background-color: #AF11CE;
}
</style>
border-color css
<style>
span { border-color: #AF11CE; }
span { border-color: rgb(175,17,206); }
td.TdClassName
{
border-color: #AF11CE;
}
.TagClassName
{
border-color: #AF11CE;
}
</style>