Shades of Dark Violet #A816DE
Tints of Dark Violet #A816DE
RGB
CMYK
RGB Variations
Color information
#A816DE (or 0xA816DE) is known color: Dark Violet. HEX triplet: A8, 16 and DE. RGB value is (168,22,222). Sum of RGB (Red+Green+Blue) = 168+22+222=412 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.78% from 412); Green value is 22 (8.98% from 255 or 5.34% from 412); Blue value is 222 (87.11% from 255 or 53.88% from 412); Max value from RGB is 222 - color contains mainly: blue. Hex color #A816DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A816DE is #57E921. Grayscale: #575757. Windows color (decimal): -5761314 or 14554792. OLE color: 14554792.
HSL color Cylindrical-coordinate representation of color #A816DE: hue angle of 283.8º 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 #A816DE is Cyan = 0.24, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 22 | 222 | - |
| CMYK | 0.24 | 0.90 | 0 | 0.13 |
| HSL | 283.8º | 0.82% | 0.48% | - |
| HSV(B) | 283.8º | 0.9% | 0.87% | - |
| XYZ | 29.62 | 14.17 | 70.28 | - |
| YUV | 88.45 | 203.37 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 222 | 0.24 | 0.90 | 0 | 0.13 | 283.8 | 0.82 | 0.48 |
| Hex | A8 | 16 | DE | 18 | 5A | 0 | D | 11C | 52 | 30 |
| Octal | 250 | 26 | 336 | 30 | 132 | 0 | 15 | 434 | 122 | 60 |
| Binary | 10101000 | 10110 | 11011110 | 11000 | 1011010 | 0 | 1101 | 100011100 | 1010010 | 110000 |
Color Harmonies of #A816DE
Complementary color
Monochromatic Colors of #A816DE
Black with #A816DE
Text Example
Text Example
White with #A816DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A816DE; }
p { color: rgb(168,22,222); }
H1.HeaderClassName
{
color: #A816DE;
}
.AnyTagClassName
{
color: #A816DE;
}
</style>
background-color css
<style>
a { background-color: #A816DE; }
a { background-color: rgb(168,22,222); }
div.DivClassName
{
background-color: #A816DE;
}
.BgClassName
{
background-color: #A816DE;
}
</style>
border-color css
<style>
span { border-color: #A816DE; }
span { border-color: rgb(168,22,222); }
td.TdClassName
{
border-color: #A816DE;
}
.TagClassName
{
border-color: #A816DE;
}
</style>