Shades of Dark Violet #AF05DF
Tints of Dark Violet #AF05DF
RGB
CMYK
RGB Variations
Color information
#AF05DF (or 0xAF05DF) is known color: Dark Violet. HEX triplet: AF, 05 and DF. RGB value is (175,5,223). Sum of RGB (Red+Green+Blue) = 175+5+223=403 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.42% from 403); Green value is 5 (2.34% from 255 or 1.24% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF05DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF05DF is #50FA20. Grayscale: #4F4F4F. Windows color (decimal): -5306913 or 14615983. OLE color: 14615983.
HSL color Cylindrical-coordinate representation of color #AF05DF: hue angle of 286.79º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF05DF is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 5 | 223 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.13 |
| HSL | 286.79º | 0.96% | 0.45% | - |
| HSV(B) | 286.79º | 0.98% | 0.87% | - |
| XYZ | 31.05 | 14.55 | 70.98 | - |
| YUV | 80.68 | 208.32 | 195.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 5 | 223 | 0.22 | 0.98 | 0 | 0.13 | 286.79 | 0.96 | 0.45 |
| Hex | AF | 5 | DF | 16 | 62 | 0 | D | 11F | 60 | 2D |
| Octal | 257 | 5 | 337 | 26 | 142 | 0 | 15 | 437 | 140 | 55 |
| Binary | 10101111 | 101 | 11011111 | 10110 | 1100010 | 0 | 1101 | 100011111 | 1100000 | 101101 |
Color Harmonies of #AF05DF
Complementary color
Monochromatic Colors of #AF05DF
Black with #AF05DF
Text Example
Text Example
White with #AF05DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF05DF; }
p { color: rgb(175,5,223); }
H1.HeaderClassName
{
color: #AF05DF;
}
.AnyTagClassName
{
color: #AF05DF;
}
</style>
background-color css
<style>
a { background-color: #AF05DF; }
a { background-color: rgb(175,5,223); }
div.DivClassName
{
background-color: #AF05DF;
}
.BgClassName
{
background-color: #AF05DF;
}
</style>
border-color css
<style>
span { border-color: #AF05DF; }
span { border-color: rgb(175,5,223); }
td.TdClassName
{
border-color: #AF05DF;
}
.TagClassName
{
border-color: #AF05DF;
}
</style>