Shades of Dark Violet #AF10E0
Tints of Dark Violet #AF10E0
RGB
CMYK
RGB Variations
Color information
#AF10E0 (or 0xAF10E0) is known color: Dark Violet. HEX triplet: AF, 10 and E0. RGB value is (175,16,224). Sum of RGB (Red+Green+Blue) = 175+16+224=415 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.17% from 415); Green value is 16 (6.64% from 255 or 3.86% from 415); Blue value is 224 (87.89% from 255 or 53.98% from 415); Max value from RGB is 224 - color contains mainly: blue. Hex color #AF10E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF10E0 is #50EF1F. Grayscale: #565656. Windows color (decimal): -5304096 or 14684335. OLE color: 14684335.
HSL color Cylindrical-coordinate representation of color #AF10E0: hue angle of 285.87º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF10E0 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 16 | 224 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.12 |
| HSL | 285.87º | 0.87% | 0.47% | - |
| HSV(B) | 285.87º | 0.93% | 0.88% | - |
| XYZ | 31.32 | 14.87 | 71.74 | - |
| YUV | 87.25 | 205.18 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 224 | 0.22 | 0.93 | 0 | 0.12 | 285.87 | 0.87 | 0.47 |
| Hex | AF | 10 | E0 | 16 | 5D | 0 | C | 11E | 57 | 2F |
| Octal | 257 | 20 | 340 | 26 | 135 | 0 | 14 | 436 | 127 | 57 |
| Binary | 10101111 | 10000 | 11100000 | 10110 | 1011101 | 0 | 1100 | 100011110 | 1010111 | 101111 |
Color Harmonies of #AF10E0
Complementary color
Monochromatic Colors of #AF10E0
Black with #AF10E0
Text Example
Text Example
White with #AF10E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF10E0; }
p { color: rgb(175,16,224); }
H1.HeaderClassName
{
color: #AF10E0;
}
.AnyTagClassName
{
color: #AF10E0;
}
</style>
background-color css
<style>
a { background-color: #AF10E0; }
a { background-color: rgb(175,16,224); }
div.DivClassName
{
background-color: #AF10E0;
}
.BgClassName
{
background-color: #AF10E0;
}
</style>
border-color css
<style>
span { border-color: #AF10E0; }
span { border-color: rgb(175,16,224); }
td.TdClassName
{
border-color: #AF10E0;
}
.TagClassName
{
border-color: #AF10E0;
}
</style>