Shades of Dark Violet #A816C5
Tints of Dark Violet #A816C5
RGB
CMYK
RGB Variations
Color information
#A816C5 (or 0xA816C5) is known color: Dark Violet. HEX triplet: A8, 16 and C5. RGB value is (168,22,197). Sum of RGB (Red+Green+Blue) = 168+22+197=387 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.41% from 387); Green value is 22 (8.98% from 255 or 5.68% from 387); Blue value is 197 (77.34% from 255 or 50.90% from 387); Max value from RGB is 197 - color contains mainly: blue. Hex color #A816C5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A816C5 is #57E93A. Grayscale: #555555. Windows color (decimal): -5761339 or 12916392. OLE color: 12916392.
HSL color Cylindrical-coordinate representation of color #A816C5: hue angle of 290.06º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A816C5 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 168 | 22 | 197 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.23 |
| HSL | 290.06º | 0.8% | 0.43% | - |
| HSV(B) | 290.06º | 0.89% | 0.77% | - |
| XYZ | 26.51 | 12.93 | 53.92 | - |
| YUV | 85.6 | 190.87 | 186.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 197 | 0.15 | 0.89 | 0 | 0.23 | 290.06 | 0.8 | 0.43 |
| Hex | A8 | 16 | C5 | F | 59 | 0 | 17 | 122 | 50 | 2B |
| Octal | 250 | 26 | 305 | 17 | 131 | 0 | 27 | 442 | 120 | 53 |
| Binary | 10101000 | 10110 | 11000101 | 1111 | 1011001 | 0 | 10111 | 100100010 | 1010000 | 101011 |
Color Harmonies of #A816C5
Complementary color
Monochromatic Colors of #A816C5
Black with #A816C5
Text Example
Text Example
White with #A816C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A816C5; }
p { color: rgb(168,22,197); }
H1.HeaderClassName
{
color: #A816C5;
}
.AnyTagClassName
{
color: #A816C5;
}
</style>
background-color css
<style>
a { background-color: #A816C5; }
a { background-color: rgb(168,22,197); }
div.DivClassName
{
background-color: #A816C5;
}
.BgClassName
{
background-color: #A816C5;
}
</style>
border-color css
<style>
span { border-color: #A816C5; }
span { border-color: rgb(168,22,197); }
td.TdClassName
{
border-color: #A816C5;
}
.TagClassName
{
border-color: #A816C5;
}
</style>