Shades of Dark Violet #AF06DF
Tints of Dark Violet #AF06DF
RGB
CMYK
RGB Variations
Color information
#AF06DF (or 0xAF06DF) is known color: Dark Violet. HEX triplet: AF, 06 and DF. RGB value is (175,6,223). Sum of RGB (Red+Green+Blue) = 175+6+223=404 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.32% from 404); Green value is 6 (2.73% from 255 or 1.49% from 404); Blue value is 223 (87.5% from 255 or 55.20% from 404); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF06DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF06DF is #50F920. Grayscale: #505050. Windows color (decimal): -5306657 or 14616239. OLE color: 14616239.
HSL color Cylindrical-coordinate representation of color #AF06DF: hue angle of 286.73º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF06DF is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 6 | 223 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.13 |
| HSL | 286.73º | 0.95% | 0.45% | - |
| HSV(B) | 286.73º | 0.97% | 0.87% | - |
| XYZ | 31.06 | 14.57 | 70.99 | - |
| YUV | 81.27 | 207.99 | 194.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 6 | 223 | 0.22 | 0.97 | 0 | 0.13 | 286.73 | 0.95 | 0.45 |
| Hex | AF | 6 | DF | 16 | 61 | 0 | D | 11F | 5F | 2D |
| Octal | 257 | 6 | 337 | 26 | 141 | 0 | 15 | 437 | 137 | 55 |
| Binary | 10101111 | 110 | 11011111 | 10110 | 1100001 | 0 | 1101 | 100011111 | 1011111 | 101101 |
Color Harmonies of #AF06DF
Complementary color
Monochromatic Colors of #AF06DF
Black with #AF06DF
Text Example
Text Example
White with #AF06DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF06DF; }
p { color: rgb(175,6,223); }
H1.HeaderClassName
{
color: #AF06DF;
}
.AnyTagClassName
{
color: #AF06DF;
}
</style>
background-color css
<style>
a { background-color: #AF06DF; }
a { background-color: rgb(175,6,223); }
div.DivClassName
{
background-color: #AF06DF;
}
.BgClassName
{
background-color: #AF06DF;
}
</style>
border-color css
<style>
span { border-color: #AF06DF; }
span { border-color: rgb(175,6,223); }
td.TdClassName
{
border-color: #AF06DF;
}
.TagClassName
{
border-color: #AF06DF;
}
</style>