Shades of Dark Violet #A60EEA
Tints of Dark Violet #A60EEA
RGB
CMYK
RGB Variations
Color information
#A60EEA (or 0xA60EEA) is known color: Dark Violet. HEX triplet: A6, 0E and EA. RGB value is (166,14,234). Sum of RGB (Red+Green+Blue) = 166+14+234=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 14 (5.86% from 255 or 3.38% from 414); Blue value is 234 (91.80% from 255 or 56.52% from 414); Max value from RGB is 234 - color contains mainly: blue. Hex color #A60EEA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #A60EEA is #59F115. Grayscale: #535353. Windows color (decimal): -5894422 or 15339174. OLE color: 15339174.
HSL color Cylindrical-coordinate representation of color #A60EEA: hue angle of 281.45º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60EEA is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 14 | 234 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.08 |
| HSL | 281.45º | 0.89% | 0.49% | - |
| HSV(B) | 281.45º | 0.94% | 0.92% | - |
| XYZ | 30.73 | 14.36 | 78.99 | - |
| YUV | 84.53 | 212.36 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 14 | 234 | 0.29 | 0.94 | 0 | 0.08 | 281.45 | 0.89 | 0.49 |
| Hex | A6 | E | EA | 1D | 5E | 0 | 8 | 119 | 59 | 31 |
| Octal | 246 | 16 | 352 | 35 | 136 | 0 | 10 | 431 | 131 | 61 |
| Binary | 10100110 | 1110 | 11101010 | 11101 | 1011110 | 0 | 1000 | 100011001 | 1011001 | 110001 |
Color Harmonies of #A60EEA
Complementary color
Monochromatic Colors of #A60EEA
Black with #A60EEA
Text Example
Text Example
White with #A60EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60EEA; }
p { color: rgb(166,14,234); }
H1.HeaderClassName
{
color: #A60EEA;
}
.AnyTagClassName
{
color: #A60EEA;
}
</style>
background-color css
<style>
a { background-color: #A60EEA; }
a { background-color: rgb(166,14,234); }
div.DivClassName
{
background-color: #A60EEA;
}
.BgClassName
{
background-color: #A60EEA;
}
</style>
border-color css
<style>
span { border-color: #A60EEA; }
span { border-color: rgb(166,14,234); }
td.TdClassName
{
border-color: #A60EEA;
}
.TagClassName
{
border-color: #A60EEA;
}
</style>