Shades of Dark Violet #A60EDF
Tints of Dark Violet #A60EDF
RGB
CMYK
RGB Variations
Color information
#A60EDF (or 0xA60EDF) is known color: Dark Violet. HEX triplet: A6, 0E and DF. RGB value is (166,14,223). Sum of RGB (Red+Green+Blue) = 166+14+223=403 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.19% from 403); Green value is 14 (5.86% from 255 or 3.47% from 403); Blue value is 223 (87.5% from 255 or 55.33% from 403); Max value from RGB is 223 - color contains mainly: blue. Hex color #A60EDF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60EDF is #59F120. Grayscale: #525252. Windows color (decimal): -5894433 or 14618278. OLE color: 14618278.
HSL color Cylindrical-coordinate representation of color #A60EDF: hue angle of 283.64º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60EDF is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 14 | 223 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.13 |
| HSL | 283.64º | 0.88% | 0.46% | - |
| HSV(B) | 283.64º | 0.94% | 0.87% | - |
| XYZ | 29.2 | 13.75 | 70.93 | - |
| YUV | 83.27 | 206.86 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 14 | 223 | 0.26 | 0.94 | 0 | 0.13 | 283.64 | 0.88 | 0.46 |
| Hex | A6 | E | DF | 1A | 5E | 0 | D | 11C | 58 | 2E |
| Octal | 246 | 16 | 337 | 32 | 136 | 0 | 15 | 434 | 130 | 56 |
| Binary | 10100110 | 1110 | 11011111 | 11010 | 1011110 | 0 | 1101 | 100011100 | 1011000 | 101110 |
Color Harmonies of #A60EDF
Complementary color
Monochromatic Colors of #A60EDF
Black with #A60EDF
Text Example
Text Example
White with #A60EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60EDF; }
p { color: rgb(166,14,223); }
H1.HeaderClassName
{
color: #A60EDF;
}
.AnyTagClassName
{
color: #A60EDF;
}
</style>
background-color css
<style>
a { background-color: #A60EDF; }
a { background-color: rgb(166,14,223); }
div.DivClassName
{
background-color: #A60EDF;
}
.BgClassName
{
background-color: #A60EDF;
}
</style>
border-color css
<style>
span { border-color: #A60EDF; }
span { border-color: rgb(166,14,223); }
td.TdClassName
{
border-color: #A60EDF;
}
.TagClassName
{
border-color: #A60EDF;
}
</style>