Shades of Dark Violet #A816EA
Tints of Dark Violet #A816EA
RGB
CMYK
RGB Variations
Color information
#A816EA (or 0xA816EA) is known color: Dark Violet. HEX triplet: A8, 16 and EA. RGB value is (168,22,234). Sum of RGB (Red+Green+Blue) = 168+22+234=424 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.62% from 424); Green value is 22 (8.98% from 255 or 5.19% from 424); Blue value is 234 (91.80% from 255 or 55.19% from 424); Max value from RGB is 234 - color contains mainly: blue. Hex color #A816EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A816EA is #57E915. Grayscale: #595959. Windows color (decimal): -5761302 or 15341224. OLE color: 15341224.
HSL color Cylindrical-coordinate representation of color #A816EA: hue angle of 281.32º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A816EA is Cyan = 0.28, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 22 | 234 | - |
| CMYK | 0.28 | 0.91 | 0 | 0.08 |
| HSL | 281.32º | 0.83% | 0.5% | - |
| HSV(B) | 281.32º | 0.91% | 0.92% | - |
| XYZ | 31.29 | 14.84 | 79.06 | - |
| YUV | 89.82 | 209.37 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 22 | 234 | 0.28 | 0.91 | 0 | 0.08 | 281.32 | 0.83 | 0.5 |
| Hex | A8 | 16 | EA | 1C | 5B | 0 | 8 | 119 | 53 | 32 |
| Octal | 250 | 26 | 352 | 34 | 133 | 0 | 10 | 431 | 123 | 62 |
| Binary | 10101000 | 10110 | 11101010 | 11100 | 1011011 | 0 | 1000 | 100011001 | 1010011 | 110010 |
Color Harmonies of #A816EA
Complementary color
Monochromatic Colors of #A816EA
Black with #A816EA
Text Example
Text Example
White with #A816EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A816EA; }
p { color: rgb(168,22,234); }
H1.HeaderClassName
{
color: #A816EA;
}
.AnyTagClassName
{
color: #A816EA;
}
</style>
background-color css
<style>
a { background-color: #A816EA; }
a { background-color: rgb(168,22,234); }
div.DivClassName
{
background-color: #A816EA;
}
.BgClassName
{
background-color: #A816EA;
}
</style>
border-color css
<style>
span { border-color: #A816EA; }
span { border-color: rgb(168,22,234); }
td.TdClassName
{
border-color: #A816EA;
}
.TagClassName
{
border-color: #A816EA;
}
</style>