Shades of Dark Violet #A612E0
Tints of Dark Violet #A612E0
RGB
CMYK
RGB Variations
Color information
#A612E0 (or 0xA612E0) is known color: Dark Violet. HEX triplet: A6, 12 and E0. RGB value is (166,18,224). Sum of RGB (Red+Green+Blue) = 166+18+224=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 18 (7.42% from 255 or 4.41% from 408); Blue value is 224 (87.89% from 255 or 54.90% from 408); Max value from RGB is 224 - color contains mainly: blue. Hex color #A612E0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A612E0 is #59ED1F. Grayscale: #555555. Windows color (decimal): -5893408 or 14684838. OLE color: 14684838.
HSL color Cylindrical-coordinate representation of color #A612E0: hue angle of 283.11º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A612E0 is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 18 | 224 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.12 |
| HSL | 283.11º | 0.85% | 0.47% | - |
| HSV(B) | 283.11º | 0.92% | 0.88% | - |
| XYZ | 29.4 | 13.92 | 71.66 | - |
| YUV | 85.74 | 206.03 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 18 | 224 | 0.26 | 0.92 | 0 | 0.12 | 283.11 | 0.85 | 0.47 |
| Hex | A6 | 12 | E0 | 1A | 5C | 0 | C | 11B | 55 | 2F |
| Octal | 246 | 22 | 340 | 32 | 134 | 0 | 14 | 433 | 125 | 57 |
| Binary | 10100110 | 10010 | 11100000 | 11010 | 1011100 | 0 | 1100 | 100011011 | 1010101 | 101111 |
Color Harmonies of #A612E0
Complementary color
Monochromatic Colors of #A612E0
Black with #A612E0
Text Example
Text Example
White with #A612E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A612E0; }
p { color: rgb(166,18,224); }
H1.HeaderClassName
{
color: #A612E0;
}
.AnyTagClassName
{
color: #A612E0;
}
</style>
background-color css
<style>
a { background-color: #A612E0; }
a { background-color: rgb(166,18,224); }
div.DivClassName
{
background-color: #A612E0;
}
.BgClassName
{
background-color: #A612E0;
}
</style>
border-color css
<style>
span { border-color: #A612E0; }
span { border-color: rgb(166,18,224); }
td.TdClassName
{
border-color: #A612E0;
}
.TagClassName
{
border-color: #A612E0;
}
</style>