Shades of Dark Violet #A817D7
Tints of Dark Violet #A817D7
RGB
CMYK
RGB Variations
Color information
#A817D7 (or 0xA817D7) is known color: Dark Violet. HEX triplet: A8, 17 and D7. RGB value is (168,23,215). Sum of RGB (Red+Green+Blue) = 168+23+215=406 (53% of max value = 765). Red value is 168 (66.02% from 255 or 41.38% from 406); Green value is 23 (9.38% from 255 or 5.67% from 406); Blue value is 215 (84.38% from 255 or 52.96% from 406); Max value from RGB is 215 - color contains mainly: blue. Hex color #A817D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A817D7 is #57E828. Grayscale: #575757. Windows color (decimal): -5761065 or 14096296. OLE color: 14096296.
HSL color Cylindrical-coordinate representation of color #A817D7: hue angle of 285.31º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A817D7 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 168 | 23 | 215 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.16 |
| HSL | 285.31º | 0.81% | 0.47% | - |
| HSV(B) | 285.31º | 0.89% | 0.84% | - |
| XYZ | 28.72 | 13.84 | 65.45 | - |
| YUV | 88.24 | 199.54 | 184.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 23 | 215 | 0.22 | 0.89 | 0 | 0.16 | 285.31 | 0.81 | 0.47 |
| Hex | A8 | 17 | D7 | 16 | 59 | 0 | 10 | 11D | 51 | 2F |
| Octal | 250 | 27 | 327 | 26 | 131 | 0 | 20 | 435 | 121 | 57 |
| Binary | 10101000 | 10111 | 11010111 | 10110 | 1011001 | 0 | 10000 | 100011101 | 1010001 | 101111 |
Color Harmonies of #A817D7
Complementary color
Monochromatic Colors of #A817D7
Black with #A817D7
Text Example
Text Example
White with #A817D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A817D7; }
p { color: rgb(168,23,215); }
H1.HeaderClassName
{
color: #A817D7;
}
.AnyTagClassName
{
color: #A817D7;
}
</style>
background-color css
<style>
a { background-color: #A817D7; }
a { background-color: rgb(168,23,215); }
div.DivClassName
{
background-color: #A817D7;
}
.BgClassName
{
background-color: #A817D7;
}
</style>
border-color css
<style>
span { border-color: #A817D7; }
span { border-color: rgb(168,23,215); }
td.TdClassName
{
border-color: #A817D7;
}
.TagClassName
{
border-color: #A817D7;
}
</style>