Shades of Dark Violet #AF13D7
Tints of Dark Violet #AF13D7
RGB
CMYK
RGB Variations
Color information
#AF13D7 (or 0xAF13D7) is known color: Dark Violet. HEX triplet: AF, 13 and D7. RGB value is (175,19,215). Sum of RGB (Red+Green+Blue) = 175+19+215=409 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.79% from 409); Green value is 19 (7.81% from 255 or 4.65% from 409); Blue value is 215 (84.38% from 255 or 52.57% from 409); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF13D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF13D7 is #50EC28. Grayscale: #575757. Windows color (decimal): -5303337 or 14095279. OLE color: 14095279.
HSL color Cylindrical-coordinate representation of color #AF13D7: hue angle of 287.76º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AF13D7 is Cyan = 0.19, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 19 | 215 | - |
| CMYK | 0.19 | 0.91 | 0 | 0.16 |
| HSL | 287.76º | 0.84% | 0.46% | - |
| HSV(B) | 287.76º | 0.91% | 0.84% | - |
| XYZ | 30.18 | 14.49 | 65.5 | - |
| YUV | 87.99 | 199.68 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 19 | 215 | 0.19 | 0.91 | 0 | 0.16 | 287.76 | 0.84 | 0.46 |
| Hex | AF | 13 | D7 | 13 | 5B | 0 | 10 | 120 | 54 | 2E |
| Octal | 257 | 23 | 327 | 23 | 133 | 0 | 20 | 440 | 124 | 56 |
| Binary | 10101111 | 10011 | 11010111 | 10011 | 1011011 | 0 | 10000 | 100100000 | 1010100 | 101110 |
Color Harmonies of #AF13D7
Complementary color
Monochromatic Colors of #AF13D7
Black with #AF13D7
Text Example
Text Example
White with #AF13D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF13D7; }
p { color: rgb(175,19,215); }
H1.HeaderClassName
{
color: #AF13D7;
}
.AnyTagClassName
{
color: #AF13D7;
}
</style>
background-color css
<style>
a { background-color: #AF13D7; }
a { background-color: rgb(175,19,215); }
div.DivClassName
{
background-color: #AF13D7;
}
.BgClassName
{
background-color: #AF13D7;
}
</style>
border-color css
<style>
span { border-color: #AF13D7; }
span { border-color: rgb(175,19,215); }
td.TdClassName
{
border-color: #AF13D7;
}
.TagClassName
{
border-color: #AF13D7;
}
</style>