Shades of Dark Violet #AF05DC
Tints of Dark Violet #AF05DC
RGB
CMYK
RGB Variations
Color information
#AF05DC (or 0xAF05DC) is known color: Dark Violet. HEX triplet: AF, 05 and DC. RGB value is (175,5,220). Sum of RGB (Red+Green+Blue) = 175+5+220=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 5 (2.34% from 255 or 1.25% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF05DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF05DC is #50FA23. Grayscale: #4F4F4F. Windows color (decimal): -5306916 or 14419375. OLE color: 14419375.
HSL color Cylindrical-coordinate representation of color #AF05DC: hue angle of 287.44º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF05DC is Cyan = 0.20, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 5 | 220 | - |
| CMYK | 0.20 | 0.98 | 0 | 0.14 |
| HSL | 287.44º | 0.96% | 0.44% | - |
| HSV(B) | 287.44º | 0.98% | 0.86% | - |
| XYZ | 30.65 | 14.39 | 68.87 | - |
| YUV | 80.34 | 206.82 | 195.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 5 | 220 | 0.20 | 0.98 | 0 | 0.14 | 287.44 | 0.96 | 0.44 |
| Hex | AF | 5 | DC | 14 | 62 | 0 | E | 11F | 60 | 2C |
| Octal | 257 | 5 | 334 | 24 | 142 | 0 | 16 | 437 | 140 | 54 |
| Binary | 10101111 | 101 | 11011100 | 10100 | 1100010 | 0 | 1110 | 100011111 | 1100000 | 101100 |
Color Harmonies of #AF05DC
Complementary color
Monochromatic Colors of #AF05DC
Black with #AF05DC
Text Example
Text Example
White with #AF05DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF05DC; }
p { color: rgb(175,5,220); }
H1.HeaderClassName
{
color: #AF05DC;
}
.AnyTagClassName
{
color: #AF05DC;
}
</style>
background-color css
<style>
a { background-color: #AF05DC; }
a { background-color: rgb(175,5,220); }
div.DivClassName
{
background-color: #AF05DC;
}
.BgClassName
{
background-color: #AF05DC;
}
</style>
border-color css
<style>
span { border-color: #AF05DC; }
span { border-color: rgb(175,5,220); }
td.TdClassName
{
border-color: #AF05DC;
}
.TagClassName
{
border-color: #AF05DC;
}
</style>