Shades of Dark Violet #AF19E1
Tints of Dark Violet #AF19E1
RGB
CMYK
RGB Variations
Color information
#AF19E1 (or 0xAF19E1) is known color: Dark Violet. HEX triplet: AF, 19 and E1. RGB value is (175,25,225). Sum of RGB (Red+Green+Blue) = 175+25+225=425 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.18% from 425); Green value is 25 (10.16% from 255 or 5.88% from 425); Blue value is 225 (88.28% from 255 or 52.94% from 425); Max value from RGB is 225 - color contains mainly: blue. Hex color #AF19E1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF19E1 is #50E61E. Grayscale: #5C5C5C. Windows color (decimal): -5301791 or 14752175. OLE color: 14752175.
HSL color Cylindrical-coordinate representation of color #AF19E1: hue angle of 285º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF19E1 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 25 | 225 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.12 |
| HSL | 285º | 0.8% | 0.49% | - |
| HSV(B) | 285º | 0.89% | 0.88% | - |
| XYZ | 31.62 | 15.25 | 72.51 | - |
| YUV | 92.65 | 202.7 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 25 | 225 | 0.22 | 0.89 | 0 | 0.12 | 285 | 0.8 | 0.49 |
| Hex | AF | 19 | E1 | 16 | 59 | 0 | C | 11D | 50 | 31 |
| Octal | 257 | 31 | 341 | 26 | 131 | 0 | 14 | 435 | 120 | 61 |
| Binary | 10101111 | 11001 | 11100001 | 10110 | 1011001 | 0 | 1100 | 100011101 | 1010000 | 110001 |
Color Harmonies of #AF19E1
Complementary color
Monochromatic Colors of #AF19E1
Black with #AF19E1
Text Example
Text Example
White with #AF19E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF19E1; }
p { color: rgb(175,25,225); }
H1.HeaderClassName
{
color: #AF19E1;
}
.AnyTagClassName
{
color: #AF19E1;
}
</style>
background-color css
<style>
a { background-color: #AF19E1; }
a { background-color: rgb(175,25,225); }
div.DivClassName
{
background-color: #AF19E1;
}
.BgClassName
{
background-color: #AF19E1;
}
</style>
border-color css
<style>
span { border-color: #AF19E1; }
span { border-color: rgb(175,25,225); }
td.TdClassName
{
border-color: #AF19E1;
}
.TagClassName
{
border-color: #AF19E1;
}
</style>