Shades of Dark Violet #A816DF
Tints of Dark Violet #A816DF
RGB
CMYK
RGB Variations
Color information
#A816DF (or 0xA816DF) is known color: Dark Violet. HEX triplet: A8, 16 and DF. RGB value is (168,22,223). Sum of RGB (Red+Green+Blue) = 168+22+223=413 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.68% from 413); Green value is 22 (8.98% from 255 or 5.33% from 413); Blue value is 223 (87.5% from 255 or 54.00% from 413); Max value from RGB is 223 - color contains mainly: blue. Hex color #A816DF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A816DF is #57E920. Grayscale: #575757. Windows color (decimal): -5761313 or 14620328. OLE color: 14620328.
HSL color Cylindrical-coordinate representation of color #A816DF: hue angle of 283.58º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A816DF is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 22 | 223 | - |
| CMYK | 0.25 | 0.90 | 0 | 0.13 |
| HSL | 283.58º | 0.82% | 0.48% | - |
| HSV(B) | 283.58º | 0.9% | 0.87% | - |
| XYZ | 29.75 | 14.23 | 70.99 | - |
| YUV | 88.57 | 203.87 | 184.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 223 | 0.25 | 0.90 | 0 | 0.13 | 283.58 | 0.82 | 0.48 |
| Hex | A8 | 16 | DF | 19 | 5A | 0 | D | 11C | 52 | 30 |
| Octal | 250 | 26 | 337 | 31 | 132 | 0 | 15 | 434 | 122 | 60 |
| Binary | 10101000 | 10110 | 11011111 | 11001 | 1011010 | 0 | 1101 | 100011100 | 1010010 | 110000 |
Color Harmonies of #A816DF
Complementary color
Monochromatic Colors of #A816DF
Black with #A816DF
Text Example
Text Example
White with #A816DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A816DF; }
p { color: rgb(168,22,223); }
H1.HeaderClassName
{
color: #A816DF;
}
.AnyTagClassName
{
color: #A816DF;
}
</style>
background-color css
<style>
a { background-color: #A816DF; }
a { background-color: rgb(168,22,223); }
div.DivClassName
{
background-color: #A816DF;
}
.BgClassName
{
background-color: #A816DF;
}
</style>
border-color css
<style>
span { border-color: #A816DF; }
span { border-color: rgb(168,22,223); }
td.TdClassName
{
border-color: #A816DF;
}
.TagClassName
{
border-color: #A816DF;
}
</style>