Shades of Dark Violet #A812EA
Tints of Dark Violet #A812EA
RGB
CMYK
RGB Variations
Color information
#A812EA (or 0xA812EA) is known color: Dark Violet. HEX triplet: A8, 12 and EA. RGB value is (168,18,234). Sum of RGB (Red+Green+Blue) = 168+18+234=420 (55% of max value = 765). Red value is 168 (66.02% from 255 or 40% from 420); Green value is 18 (7.42% from 255 or 4.29% from 420); Blue value is 234 (91.80% from 255 or 55.71% from 420); Max value from RGB is 234 - color contains mainly: blue. Hex color #A812EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A812EA is #57ED15. Grayscale: #565656. Windows color (decimal): -5762326 or 15340200. OLE color: 15340200.
HSL color Cylindrical-coordinate representation of color #A812EA: hue angle of 281.67º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A812EA is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 18 | 234 | - |
| CMYK | 0.28 | 0.92 | 0 | 0.08 |
| HSL | 281.67º | 0.86% | 0.49% | - |
| HSV(B) | 281.67º | 0.92% | 0.92% | - |
| XYZ | 31.22 | 14.7 | 79.03 | - |
| YUV | 87.47 | 210.7 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 234 | 0.28 | 0.92 | 0 | 0.08 | 281.67 | 0.86 | 0.49 |
| Hex | A8 | 12 | EA | 1C | 5C | 0 | 8 | 11A | 56 | 31 |
| Octal | 250 | 22 | 352 | 34 | 134 | 0 | 10 | 432 | 126 | 61 |
| Binary | 10101000 | 10010 | 11101010 | 11100 | 1011100 | 0 | 1000 | 100011010 | 1010110 | 110001 |
Color Harmonies of #A812EA
Complementary color
Monochromatic Colors of #A812EA
Black with #A812EA
Text Example
Text Example
White with #A812EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A812EA; }
p { color: rgb(168,18,234); }
H1.HeaderClassName
{
color: #A812EA;
}
.AnyTagClassName
{
color: #A812EA;
}
</style>
background-color css
<style>
a { background-color: #A812EA; }
a { background-color: rgb(168,18,234); }
div.DivClassName
{
background-color: #A812EA;
}
.BgClassName
{
background-color: #A812EA;
}
</style>
border-color css
<style>
span { border-color: #A812EA; }
span { border-color: rgb(168,18,234); }
td.TdClassName
{
border-color: #A812EA;
}
.TagClassName
{
border-color: #A812EA;
}
</style>