Shades of Dark Violet #A816E6
Tints of Dark Violet #A816E6
RGB
CMYK
RGB Variations
Color information
#A816E6 (or 0xA816E6) is known color: Dark Violet. HEX triplet: A8, 16 and E6. RGB value is (168,22,230). Sum of RGB (Red+Green+Blue) = 168+22+230=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 22 (8.98% from 255 or 5.24% from 420); Blue value is 230 (90.23% from 255 or 54.76% from 420); Max value from RGB is 230 - color contains mainly: blue. Hex color #A816E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A816E6 is #57E919. Grayscale: #585858. Windows color (decimal): -5761306 or 15079080. OLE color: 15079080.
HSL color Cylindrical-coordinate representation of color #A816E6: hue angle of 282.12º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A816E6 is Cyan = 0.27, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 22 | 230 | - |
| CMYK | 0.27 | 0.90 | 0 | 0.10 |
| HSL | 282.12º | 0.83% | 0.49% | - |
| HSV(B) | 282.12º | 0.9% | 0.9% | - |
| XYZ | 30.72 | 14.61 | 76.06 | - |
| YUV | 89.37 | 207.37 | 184.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 230 | 0.27 | 0.90 | 0 | 0.10 | 282.12 | 0.83 | 0.49 |
| Hex | A8 | 16 | E6 | 1B | 5A | 0 | A | 11A | 53 | 31 |
| Octal | 250 | 26 | 346 | 33 | 132 | 0 | 12 | 432 | 123 | 61 |
| Binary | 10101000 | 10110 | 11100110 | 11011 | 1011010 | 0 | 1010 | 100011010 | 1010011 | 110001 |
Color Harmonies of #A816E6
Complementary color
Monochromatic Colors of #A816E6
Black with #A816E6
Text Example
Text Example
White with #A816E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A816E6; }
p { color: rgb(168,22,230); }
H1.HeaderClassName
{
color: #A816E6;
}
.AnyTagClassName
{
color: #A816E6;
}
</style>
background-color css
<style>
a { background-color: #A816E6; }
a { background-color: rgb(168,22,230); }
div.DivClassName
{
background-color: #A816E6;
}
.BgClassName
{
background-color: #A816E6;
}
</style>
border-color css
<style>
span { border-color: #A816E6; }
span { border-color: rgb(168,22,230); }
td.TdClassName
{
border-color: #A816E6;
}
.TagClassName
{
border-color: #A816E6;
}
</style>