Shades of Dark Violet #A811DF
Tints of Dark Violet #A811DF
RGB
CMYK
RGB Variations
Color information
#A811DF (or 0xA811DF) is known color: Dark Violet. HEX triplet: A8, 11 and DF. RGB value is (168,17,223). Sum of RGB (Red+Green+Blue) = 168+17+223=408 (54% of max value = 765). Red value is 168 (66.02% from 255 or 41.18% from 408); Green value is 17 (7.03% from 255 or 4.17% 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 #A811DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A811DF is #57EE20. Grayscale: #545454. Windows color (decimal): -5762593 or 14619048. OLE color: 14619048.
HSL color Cylindrical-coordinate representation of color #A811DF: hue angle of 283.98º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A811DF is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 17 | 223 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.13 |
| HSL | 283.98º | 0.86% | 0.47% | - |
| HSV(B) | 283.98º | 0.92% | 0.87% | - |
| XYZ | 29.67 | 14.05 | 70.96 | - |
| YUV | 85.63 | 205.53 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 17 | 223 | 0.25 | 0.92 | 0 | 0.13 | 283.98 | 0.86 | 0.47 |
| Hex | A8 | 11 | DF | 19 | 5C | 0 | D | 11C | 56 | 2F |
| Octal | 250 | 21 | 337 | 31 | 134 | 0 | 15 | 434 | 126 | 57 |
| Binary | 10101000 | 10001 | 11011111 | 11001 | 1011100 | 0 | 1101 | 100011100 | 1010110 | 101111 |
Color Harmonies of #A811DF
Complementary color
Monochromatic Colors of #A811DF
Black with #A811DF
Text Example
Text Example
White with #A811DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A811DF; }
p { color: rgb(168,17,223); }
H1.HeaderClassName
{
color: #A811DF;
}
.AnyTagClassName
{
color: #A811DF;
}
</style>
background-color css
<style>
a { background-color: #A811DF; }
a { background-color: rgb(168,17,223); }
div.DivClassName
{
background-color: #A811DF;
}
.BgClassName
{
background-color: #A811DF;
}
</style>
border-color css
<style>
span { border-color: #A811DF; }
span { border-color: rgb(168,17,223); }
td.TdClassName
{
border-color: #A811DF;
}
.TagClassName
{
border-color: #A811DF;
}
</style>