Shades of Dark Violet #AF0ADF
Tints of Dark Violet #AF0ADF
RGB
CMYK
RGB Variations
Color information
#AF0ADF (or 0xAF0ADF) is known color: Dark Violet. HEX triplet: AF, 0A and DF. RGB value is (175,10,223). Sum of RGB (Red+Green+Blue) = 175+10+223=408 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.89% from 408); Green value is 10 (4.30% from 255 or 2.45% from 408); Blue value is 223 (87.5% from 255 or 54.66% from 408); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF0ADF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #AF0ADF is #50F520. Grayscale: #525252. Windows color (decimal): -5305633 or 14617263. OLE color: 14617263.
HSL color Cylindrical-coordinate representation of color #AF0ADF: hue angle of 286.48º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AF0ADF is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 10 | 223 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.13 |
| HSL | 286.48º | 0.91% | 0.46% | - |
| HSV(B) | 286.48º | 0.96% | 0.87% | - |
| XYZ | 31.11 | 14.66 | 71 | - |
| YUV | 83.62 | 206.66 | 193.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 10 | 223 | 0.22 | 0.96 | 0 | 0.13 | 286.48 | 0.91 | 0.46 |
| Hex | AF | A | DF | 16 | 60 | 0 | D | 11E | 5B | 2E |
| Octal | 257 | 12 | 337 | 26 | 140 | 0 | 15 | 436 | 133 | 56 |
| Binary | 10101111 | 1010 | 11011111 | 10110 | 1100000 | 0 | 1101 | 100011110 | 1011011 | 101110 |
Color Harmonies of #AF0ADF
Complementary color
Monochromatic Colors of #AF0ADF
Black with #AF0ADF
Text Example
Text Example
White with #AF0ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF0ADF; }
p { color: rgb(175,10,223); }
H1.HeaderClassName
{
color: #AF0ADF;
}
.AnyTagClassName
{
color: #AF0ADF;
}
</style>
background-color css
<style>
a { background-color: #AF0ADF; }
a { background-color: rgb(175,10,223); }
div.DivClassName
{
background-color: #AF0ADF;
}
.BgClassName
{
background-color: #AF0ADF;
}
</style>
border-color css
<style>
span { border-color: #AF0ADF; }
span { border-color: rgb(175,10,223); }
td.TdClassName
{
border-color: #AF0ADF;
}
.TagClassName
{
border-color: #AF0ADF;
}
</style>