Shades of Dark Violet #A816D1
Tints of Dark Violet #A816D1
RGB
CMYK
RGB Variations
Color information
#A816D1 (or 0xA816D1) is known color: Dark Violet. HEX triplet: A8, 16 and D1. RGB value is (168,22,209). Sum of RGB (Red+Green+Blue) = 168+22+209=399 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.11% from 399); Green value is 22 (8.98% from 255 or 5.51% from 399); Blue value is 209 (82.03% from 255 or 52.38% from 399); Max value from RGB is 209 - color contains mainly: blue. Hex color #A816D1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A816D1 is #57E92E. Grayscale: #565656. Windows color (decimal): -5761327 or 13702824. OLE color: 13702824.
HSL color Cylindrical-coordinate representation of color #A816D1: hue angle of 286.84º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A816D1 is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 22 | 209 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.18 |
| HSL | 286.84º | 0.81% | 0.45% | - |
| HSV(B) | 286.84º | 0.89% | 0.82% | - |
| XYZ | 27.94 | 13.5 | 61.45 | - |
| YUV | 86.97 | 196.87 | 185.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 209 | 0.20 | 0.89 | 0 | 0.18 | 286.84 | 0.81 | 0.45 |
| Hex | A8 | 16 | D1 | 14 | 59 | 0 | 12 | 11F | 51 | 2D |
| Octal | 250 | 26 | 321 | 24 | 131 | 0 | 22 | 437 | 121 | 55 |
| Binary | 10101000 | 10110 | 11010001 | 10100 | 1011001 | 0 | 10010 | 100011111 | 1010001 | 101101 |
Color Harmonies of #A816D1
Complementary color
Monochromatic Colors of #A816D1
Black with #A816D1
Text Example
Text Example
White with #A816D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A816D1; }
p { color: rgb(168,22,209); }
H1.HeaderClassName
{
color: #A816D1;
}
.AnyTagClassName
{
color: #A816D1;
}
</style>
background-color css
<style>
a { background-color: #A816D1; }
a { background-color: rgb(168,22,209); }
div.DivClassName
{
background-color: #A816D1;
}
.BgClassName
{
background-color: #A816D1;
}
</style>
border-color css
<style>
span { border-color: #A816D1; }
span { border-color: rgb(168,22,209); }
td.TdClassName
{
border-color: #A816D1;
}
.TagClassName
{
border-color: #A816D1;
}
</style>