Shades of Dark Violet #A60DD4
Tints of Dark Violet #A60DD4
RGB
CMYK
RGB Variations
Color information
#A60DD4 (or 0xA60DD4) is known color: Dark Violet. HEX triplet: A6, 0D and D4. RGB value is (166,13,212). Sum of RGB (Red+Green+Blue) = 166+13+212=391 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.46% from 391); Green value is 13 (5.47% from 255 or 3.32% from 391); Blue value is 212 (83.20% from 255 or 54.22% from 391); Max value from RGB is 212 - color contains mainly: blue. Hex color #A60DD4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60DD4 is #59F22B. Grayscale: #505050. Windows color (decimal): -5894700 or 13897126. OLE color: 13897126.
HSL color Cylindrical-coordinate representation of color #A60DD4: hue angle of 286.13º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A60DD4 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 13 | 212 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.17 |
| HSL | 286.13º | 0.88% | 0.44% | - |
| HSV(B) | 286.13º | 0.94% | 0.83% | - |
| XYZ | 27.75 | 13.15 | 63.36 | - |
| YUV | 81.43 | 201.69 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 13 | 212 | 0.22 | 0.94 | 0 | 0.17 | 286.13 | 0.88 | 0.44 |
| Hex | A6 | D | D4 | 16 | 5E | 0 | 11 | 11E | 58 | 2C |
| Octal | 246 | 15 | 324 | 26 | 136 | 0 | 21 | 436 | 130 | 54 |
| Binary | 10100110 | 1101 | 11010100 | 10110 | 1011110 | 0 | 10001 | 100011110 | 1011000 | 101100 |
Color Harmonies of #A60DD4
Complementary color
Monochromatic Colors of #A60DD4
Black with #A60DD4
Text Example
Text Example
White with #A60DD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60DD4; }
p { color: rgb(166,13,212); }
H1.HeaderClassName
{
color: #A60DD4;
}
.AnyTagClassName
{
color: #A60DD4;
}
</style>
background-color css
<style>
a { background-color: #A60DD4; }
a { background-color: rgb(166,13,212); }
div.DivClassName
{
background-color: #A60DD4;
}
.BgClassName
{
background-color: #A60DD4;
}
</style>
border-color css
<style>
span { border-color: #A60DD4; }
span { border-color: rgb(166,13,212); }
td.TdClassName
{
border-color: #A60DD4;
}
.TagClassName
{
border-color: #A60DD4;
}
</style>