Shades of Dark Violet #A816CE
Tints of Dark Violet #A816CE
RGB
CMYK
RGB Variations
Color information
#A816CE (or 0xA816CE) is known color: Dark Violet. HEX triplet: A8, 16 and CE. RGB value is (168,22,206). Sum of RGB (Red+Green+Blue) = 168+22+206=396 (52% of max value = 765). Red value is 168 (66.02% from 255 or 42.42% from 396); Green value is 22 (8.98% from 255 or 5.56% from 396); Blue value is 206 (80.86% from 255 or 52.02% from 396); Max value from RGB is 206 - color contains mainly: blue. Hex color #A816CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A816CE is #57E931. Grayscale: #565656. Windows color (decimal): -5761330 or 13506216. OLE color: 13506216.
HSL color Cylindrical-coordinate representation of color #A816CE: hue angle of 287.61º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A816CE is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 22 | 206 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.19 |
| HSL | 287.61º | 0.81% | 0.45% | - |
| HSV(B) | 287.61º | 0.89% | 0.81% | - |
| XYZ | 27.58 | 13.35 | 59.52 | - |
| YUV | 86.63 | 195.37 | 186.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 206 | 0.18 | 0.89 | 0 | 0.19 | 287.61 | 0.81 | 0.45 |
| Hex | A8 | 16 | CE | 12 | 59 | 0 | 13 | 120 | 51 | 2D |
| Octal | 250 | 26 | 316 | 22 | 131 | 0 | 23 | 440 | 121 | 55 |
| Binary | 10101000 | 10110 | 11001110 | 10010 | 1011001 | 0 | 10011 | 100100000 | 1010001 | 101101 |
Color Harmonies of #A816CE
Complementary color
Monochromatic Colors of #A816CE
Black with #A816CE
Text Example
Text Example
White with #A816CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A816CE; }
p { color: rgb(168,22,206); }
H1.HeaderClassName
{
color: #A816CE;
}
.AnyTagClassName
{
color: #A816CE;
}
</style>
background-color css
<style>
a { background-color: #A816CE; }
a { background-color: rgb(168,22,206); }
div.DivClassName
{
background-color: #A816CE;
}
.BgClassName
{
background-color: #A816CE;
}
</style>
border-color css
<style>
span { border-color: #A816CE; }
span { border-color: rgb(168,22,206); }
td.TdClassName
{
border-color: #A816CE;
}
.TagClassName
{
border-color: #A816CE;
}
</style>