Shades of Dark Violet #A812E5
Tints of Dark Violet #A812E5
RGB
CMYK
RGB Variations
Color information
#A812E5 (or 0xA812E5) is known color: Dark Violet. HEX triplet: A8, 12 and E5. RGB value is (168,18,229). Sum of RGB (Red+Green+Blue) = 168+18+229=415 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.48% from 415); Green value is 18 (7.42% from 255 or 4.34% from 415); Blue value is 229 (89.84% from 255 or 55.18% from 415); Max value from RGB is 229 - color contains mainly: blue. Hex color #A812E5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A812E5 is #57ED1A. Grayscale: #565656. Windows color (decimal): -5762331 or 15012520. OLE color: 15012520.
HSL color Cylindrical-coordinate representation of color #A812E5: hue angle of 282.65º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A812E5 is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 18 | 229 | - |
| CMYK | 0.27 | 0.92 | 0 | 0.10 |
| HSL | 282.65º | 0.85% | 0.48% | - |
| HSV(B) | 282.65º | 0.92% | 0.9% | - |
| XYZ | 30.51 | 14.41 | 75.3 | - |
| YUV | 86.9 | 208.2 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 18 | 229 | 0.27 | 0.92 | 0 | 0.10 | 282.65 | 0.85 | 0.48 |
| Hex | A8 | 12 | E5 | 1B | 5C | 0 | A | 11B | 55 | 30 |
| Octal | 250 | 22 | 345 | 33 | 134 | 0 | 12 | 433 | 125 | 60 |
| Binary | 10101000 | 10010 | 11100101 | 11011 | 1011100 | 0 | 1010 | 100011011 | 1010101 | 110000 |
Color Harmonies of #A812E5
Complementary color
Monochromatic Colors of #A812E5
Black with #A812E5
Text Example
Text Example
White with #A812E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A812E5; }
p { color: rgb(168,18,229); }
H1.HeaderClassName
{
color: #A812E5;
}
.AnyTagClassName
{
color: #A812E5;
}
</style>
background-color css
<style>
a { background-color: #A812E5; }
a { background-color: rgb(168,18,229); }
div.DivClassName
{
background-color: #A812E5;
}
.BgClassName
{
background-color: #A812E5;
}
</style>
border-color css
<style>
span { border-color: #A812E5; }
span { border-color: rgb(168,18,229); }
td.TdClassName
{
border-color: #A812E5;
}
.TagClassName
{
border-color: #A812E5;
}
</style>