Shades of Dark Violet #A816D7
Tints of Dark Violet #A816D7
RGB
CMYK
RGB Variations
Color information
#A816D7 (or 0xA816D7) is known color: Dark Violet. HEX triplet: A8, 16 and D7. RGB value is (168,22,215). Sum of RGB (Red+Green+Blue) = 168+22+215=405 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.48% from 405); Green value is 22 (8.98% from 255 or 5.43% from 405); Blue value is 215 (84.38% from 255 or 53.09% from 405); Max value from RGB is 215 - color contains mainly: blue. Hex color #A816D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A816D7 is #57E928. Grayscale: #575757. Windows color (decimal): -5761321 or 14096040. OLE color: 14096040.
HSL color Cylindrical-coordinate representation of color #A816D7: hue angle of 285.39º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A816D7 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 22 | 215 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.16 |
| HSL | 285.39º | 0.81% | 0.46% | - |
| HSV(B) | 285.39º | 0.9% | 0.84% | - |
| XYZ | 28.7 | 13.8 | 65.44 | - |
| YUV | 87.66 | 199.87 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 215 | 0.22 | 0.90 | 0 | 0.16 | 285.39 | 0.81 | 0.46 |
| Hex | A8 | 16 | D7 | 16 | 5A | 0 | 10 | 11D | 51 | 2E |
| Octal | 250 | 26 | 327 | 26 | 132 | 0 | 20 | 435 | 121 | 56 |
| Binary | 10101000 | 10110 | 11010111 | 10110 | 1011010 | 0 | 10000 | 100011101 | 1010001 | 101110 |
Color Harmonies of #A816D7
Complementary color
Monochromatic Colors of #A816D7
Black with #A816D7
Text Example
Text Example
White with #A816D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A816D7; }
p { color: rgb(168,22,215); }
H1.HeaderClassName
{
color: #A816D7;
}
.AnyTagClassName
{
color: #A816D7;
}
</style>
background-color css
<style>
a { background-color: #A816D7; }
a { background-color: rgb(168,22,215); }
div.DivClassName
{
background-color: #A816D7;
}
.BgClassName
{
background-color: #A816D7;
}
</style>
border-color css
<style>
span { border-color: #A816D7; }
span { border-color: rgb(168,22,215); }
td.TdClassName
{
border-color: #A816D7;
}
.TagClassName
{
border-color: #A816D7;
}
</style>