Shades of Dark Violet #AF01D7
Tints of Dark Violet #AF01D7
RGB
CMYK
RGB Variations
Color information
#AF01D7 (or 0xAF01D7) is known color: Dark Violet. HEX triplet: AF, 01 and D7. RGB value is (175,1,215). Sum of RGB (Red+Green+Blue) = 175+1+215=391 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.76% from 391); Green value is 1 (0.78% from 255 or 0.26% from 391); Blue value is 215 (84.38% from 255 or 54.99% from 391); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF01D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF01D7 is #50FE28. Grayscale: #4C4C4C. Windows color (decimal): -5307945 or 14090671. OLE color: 14090671.
HSL color Cylindrical-coordinate representation of color #AF01D7: hue angle of 288.79º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF01D7 is Cyan = 0.19, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 1 | 215 | - |
| CMYK | 0.19 | 1.00 | 0 | 0.16 |
| HSL | 288.79º | 0.99% | 0.42% | - |
| HSV(B) | 288.79º | 1% | 0.84% | - |
| XYZ | 29.96 | 14.04 | 65.42 | - |
| YUV | 77.42 | 205.65 | 197.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 215 | 0.19 | 1.00 | 0 | 0.16 | 288.79 | 0.99 | 0.42 |
| Hex | AF | 1 | D7 | 13 | 64 | 0 | 10 | 121 | 63 | 2A |
| Octal | 257 | 1 | 327 | 23 | 144 | 0 | 20 | 441 | 143 | 52 |
| Binary | 10101111 | 1 | 11010111 | 10011 | 1100100 | 0 | 10000 | 100100001 | 1100011 | 101010 |
Color Harmonies of #AF01D7
Complementary color
Monochromatic Colors of #AF01D7
Black with #AF01D7
Text Example
Text Example
White with #AF01D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF01D7; }
p { color: rgb(175,1,215); }
H1.HeaderClassName
{
color: #AF01D7;
}
.AnyTagClassName
{
color: #AF01D7;
}
</style>
background-color css
<style>
a { background-color: #AF01D7; }
a { background-color: rgb(175,1,215); }
div.DivClassName
{
background-color: #AF01D7;
}
.BgClassName
{
background-color: #AF01D7;
}
</style>
border-color css
<style>
span { border-color: #AF01D7; }
span { border-color: rgb(175,1,215); }
td.TdClassName
{
border-color: #AF01D7;
}
.TagClassName
{
border-color: #AF01D7;
}
</style>