Shades of Dark Violet #AF10E1
Tints of Dark Violet #AF10E1
RGB
CMYK
RGB Variations
Color information
#AF10E1 (or 0xAF10E1) is known color: Dark Violet. HEX triplet: AF, 10 and E1. RGB value is (175,16,225). Sum of RGB (Red+Green+Blue) = 175+16+225=416 (55% of max value = 765). Red value is 175 (68.75% from 255 or 42.07% from 416); Green value is 16 (6.64% from 255 or 3.85% from 416); Blue value is 225 (88.28% from 255 or 54.09% from 416); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF10E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF10E1 is #50EF1E. Grayscale: #565656. Windows color (decimal): -5304095 or 14749871. OLE color: 14749871.
HSL color Cylindrical-coordinate representation of color #AF10E1: hue angle of 285.65º 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 #AF10E1 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 16 | 225 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.12 |
| HSL | 285.65º | 0.87% | 0.47% | - |
| HSV(B) | 285.65º | 0.93% | 0.88% | - |
| XYZ | 31.46 | 14.92 | 72.46 | - |
| YUV | 87.37 | 205.68 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 16 | 225 | 0.22 | 0.93 | 0 | 0.12 | 285.65 | 0.87 | 0.47 |
| Hex | AF | 10 | E1 | 16 | 5D | 0 | C | 11E | 57 | 2F |
| Octal | 257 | 20 | 341 | 26 | 135 | 0 | 14 | 436 | 127 | 57 |
| Binary | 10101111 | 10000 | 11100001 | 10110 | 1011101 | 0 | 1100 | 100011110 | 1010111 | 101111 |
Color Harmonies of #AF10E1
Complementary color
Monochromatic Colors of #AF10E1
Black with #AF10E1
Text Example
Text Example
White with #AF10E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF10E1; }
p { color: rgb(175,16,225); }
H1.HeaderClassName
{
color: #AF10E1;
}
.AnyTagClassName
{
color: #AF10E1;
}
</style>
background-color css
<style>
a { background-color: #AF10E1; }
a { background-color: rgb(175,16,225); }
div.DivClassName
{
background-color: #AF10E1;
}
.BgClassName
{
background-color: #AF10E1;
}
</style>
border-color css
<style>
span { border-color: #AF10E1; }
span { border-color: rgb(175,16,225); }
td.TdClassName
{
border-color: #AF10E1;
}
.TagClassName
{
border-color: #AF10E1;
}
</style>