Shades of Dark Violet #AF01DF
Tints of Dark Violet #AF01DF
RGB
CMYK
RGB Variations
Color information
#AF01DF (or 0xAF01DF) is known color: Dark Violet. HEX triplet: AF, 01 and DF. RGB value is (175,1,223). Sum of RGB (Red+Green+Blue) = 175+1+223=399 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.86% from 399); Green value is 1 (0.78% from 255 or 0.25% from 399); Blue value is 223 (87.5% from 255 or 55.89% from 399); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF01DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF01DF is #50FE20. Grayscale: #4D4D4D. Windows color (decimal): -5307937 or 14614959. OLE color: 14614959.
HSL color Cylindrical-coordinate representation of color #AF01DF: hue angle of 287.03º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AF01DF is Cyan = 0.22, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 1 | 223 | - |
| CMYK | 0.22 | 1.00 | 0 | 0.13 |
| HSL | 287.03º | 0.99% | 0.44% | - |
| HSV(B) | 287.03º | 1% | 0.87% | - |
| XYZ | 31.01 | 14.46 | 70.97 | - |
| YUV | 78.33 | 209.65 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 1 | 223 | 0.22 | 1.00 | 0 | 0.13 | 287.03 | 0.99 | 0.44 |
| Hex | AF | 1 | DF | 16 | 64 | 0 | D | 11F | 63 | 2C |
| Octal | 257 | 1 | 337 | 26 | 144 | 0 | 15 | 437 | 143 | 54 |
| Binary | 10101111 | 1 | 11011111 | 10110 | 1100100 | 0 | 1101 | 100011111 | 1100011 | 101100 |
Color Harmonies of #AF01DF
Complementary color
Monochromatic Colors of #AF01DF
Black with #AF01DF
Text Example
Text Example
White with #AF01DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF01DF; }
p { color: rgb(175,1,223); }
H1.HeaderClassName
{
color: #AF01DF;
}
.AnyTagClassName
{
color: #AF01DF;
}
</style>
background-color css
<style>
a { background-color: #AF01DF; }
a { background-color: rgb(175,1,223); }
div.DivClassName
{
background-color: #AF01DF;
}
.BgClassName
{
background-color: #AF01DF;
}
</style>
border-color css
<style>
span { border-color: #AF01DF; }
span { border-color: rgb(175,1,223); }
td.TdClassName
{
border-color: #AF01DF;
}
.TagClassName
{
border-color: #AF01DF;
}
</style>