Shades of Dark Violet #AF18DC
Tints of Dark Violet #AF18DC
RGB
CMYK
RGB Variations
Color information
#AF18DC (or 0xAF18DC) is known color: Dark Violet. HEX triplet: AF, 18 and DC. RGB value is (175,24,220). Sum of RGB (Red+Green+Blue) = 175+24+220=419 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.77% from 419); Green value is 24 (9.77% from 255 or 5.73% from 419); Blue value is 220 (86.33% from 255 or 52.51% from 419); Max value from RGB is 220 - color contains mainly: blue. Hex color #AF18DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF18DC is #50E723. Grayscale: #5A5A5A. Windows color (decimal): -5302052 or 14424239. OLE color: 14424239.
HSL color Cylindrical-coordinate representation of color #AF18DC: hue angle of 286.22º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF18DC is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 24 | 220 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.14 |
| HSL | 286.22º | 0.8% | 0.48% | - |
| HSV(B) | 286.22º | 0.89% | 0.86% | - |
| XYZ | 30.92 | 14.93 | 68.96 | - |
| YUV | 91.49 | 200.53 | 187.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 24 | 220 | 0.20 | 0.89 | 0 | 0.14 | 286.22 | 0.8 | 0.48 |
| Hex | AF | 18 | DC | 14 | 59 | 0 | E | 11E | 50 | 30 |
| Octal | 257 | 30 | 334 | 24 | 131 | 0 | 16 | 436 | 120 | 60 |
| Binary | 10101111 | 11000 | 11011100 | 10100 | 1011001 | 0 | 1110 | 100011110 | 1010000 | 110000 |
Color Harmonies of #AF18DC
Complementary color
Monochromatic Colors of #AF18DC
Black with #AF18DC
Text Example
Text Example
White with #AF18DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF18DC; }
p { color: rgb(175,24,220); }
H1.HeaderClassName
{
color: #AF18DC;
}
.AnyTagClassName
{
color: #AF18DC;
}
</style>
background-color css
<style>
a { background-color: #AF18DC; }
a { background-color: rgb(175,24,220); }
div.DivClassName
{
background-color: #AF18DC;
}
.BgClassName
{
background-color: #AF18DC;
}
</style>
border-color css
<style>
span { border-color: #AF18DC; }
span { border-color: rgb(175,24,220); }
td.TdClassName
{
border-color: #AF18DC;
}
.TagClassName
{
border-color: #AF18DC;
}
</style>