Shades of Dark Violet #A816C6
Tints of Dark Violet #A816C6
RGB
CMYK
RGB Variations
Color information
#A816C6 (or 0xA816C6) is known color: Dark Violet. HEX triplet: A8, 16 and C6. RGB value is (168,22,198). Sum of RGB (Red+Green+Blue) = 168+22+198=388 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.30% from 388); Green value is 22 (8.98% from 255 or 5.67% from 388); Blue value is 198 (77.73% from 255 or 51.03% from 388); Max value from RGB is 198 - color contains mainly: blue. Hex color #A816C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A816C6 is #57E939. Grayscale: #555555. Windows color (decimal): -5761338 or 12981928. OLE color: 12981928.
HSL color Cylindrical-coordinate representation of color #A816C6: hue angle of 289.77º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A816C6 is Cyan = 0.15, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 22 | 198 | - |
| CMYK | 0.15 | 0.89 | 0 | 0.22 |
| HSL | 289.77º | 0.8% | 0.43% | - |
| HSV(B) | 289.77º | 0.89% | 0.78% | - |
| XYZ | 26.63 | 12.98 | 54.53 | - |
| YUV | 85.72 | 191.37 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 198 | 0.15 | 0.89 | 0 | 0.22 | 289.77 | 0.8 | 0.43 |
| Hex | A8 | 16 | C6 | F | 59 | 0 | 16 | 122 | 50 | 2B |
| Octal | 250 | 26 | 306 | 17 | 131 | 0 | 26 | 442 | 120 | 53 |
| Binary | 10101000 | 10110 | 11000110 | 1111 | 1011001 | 0 | 10110 | 100100010 | 1010000 | 101011 |
Color Harmonies of #A816C6
Complementary color
Monochromatic Colors of #A816C6
Black with #A816C6
Text Example
Text Example
White with #A816C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A816C6; }
p { color: rgb(168,22,198); }
H1.HeaderClassName
{
color: #A816C6;
}
.AnyTagClassName
{
color: #A816C6;
}
</style>
background-color css
<style>
a { background-color: #A816C6; }
a { background-color: rgb(168,22,198); }
div.DivClassName
{
background-color: #A816C6;
}
.BgClassName
{
background-color: #A816C6;
}
</style>
border-color css
<style>
span { border-color: #A816C6; }
span { border-color: rgb(168,22,198); }
td.TdClassName
{
border-color: #A816C6;
}
.TagClassName
{
border-color: #A816C6;
}
</style>