Shades of Dark Violet #AF05D8
Tints of Dark Violet #AF05D8
RGB
CMYK
RGB Variations
Color information
#AF05D8 (or 0xAF05D8) is known color: Dark Violet. HEX triplet: AF, 05 and D8. RGB value is (175,5,216). Sum of RGB (Red+Green+Blue) = 175+5+216=396 (52% of max value = 765). Red value is 175 (68.75% from 255 or 44.19% from 396); Green value is 5 (2.34% from 255 or 1.26% from 396); Blue value is 216 (84.77% from 255 or 54.55% from 396); Max value from RGB is 216 - color contains mainly: blue. Hex color #AF05D8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF05D8 is #50FA27. Grayscale: #4F4F4F. Windows color (decimal): -5306920 or 14157231. OLE color: 14157231.
HSL color Cylindrical-coordinate representation of color #AF05D8: hue angle of 288.34º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AF05D8 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 5 | 216 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.15 |
| HSL | 288.34º | 0.95% | 0.43% | - |
| HSV(B) | 288.34º | 0.98% | 0.85% | - |
| XYZ | 30.13 | 14.18 | 66.11 | - |
| YUV | 79.88 | 204.82 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 5 | 216 | 0.19 | 0.98 | 0 | 0.15 | 288.34 | 0.95 | 0.43 |
| Hex | AF | 5 | D8 | 13 | 62 | 0 | F | 120 | 5F | 2B |
| Octal | 257 | 5 | 330 | 23 | 142 | 0 | 17 | 440 | 137 | 53 |
| Binary | 10101111 | 101 | 11011000 | 10011 | 1100010 | 0 | 1111 | 100100000 | 1011111 | 101011 |
Color Harmonies of #AF05D8
Complementary color
Monochromatic Colors of #AF05D8
Black with #AF05D8
Text Example
Text Example
White with #AF05D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF05D8; }
p { color: rgb(175,5,216); }
H1.HeaderClassName
{
color: #AF05D8;
}
.AnyTagClassName
{
color: #AF05D8;
}
</style>
background-color css
<style>
a { background-color: #AF05D8; }
a { background-color: rgb(175,5,216); }
div.DivClassName
{
background-color: #AF05D8;
}
.BgClassName
{
background-color: #AF05D8;
}
</style>
border-color css
<style>
span { border-color: #AF05D8; }
span { border-color: rgb(175,5,216); }
td.TdClassName
{
border-color: #AF05D8;
}
.TagClassName
{
border-color: #AF05D8;
}
</style>