Shades of Dark Violet #A60DD3
Tints of Dark Violet #A60DD3
RGB
CMYK
RGB Variations
Color information
#A60DD3 (or 0xA60DD3) is known color: Dark Violet. HEX triplet: A6, 0D and D3. RGB value is (166,13,211). Sum of RGB (Red+Green+Blue) = 166+13+211=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 13 (5.47% from 255 or 3.33% from 390); Blue value is 211 (82.81% from 255 or 54.10% from 390); Max value from RGB is 211 - color contains mainly: blue. Hex color #A60DD3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60DD3 is #59F22C. Grayscale: #505050. Windows color (decimal): -5894701 or 13831590. OLE color: 13831590.
HSL color Cylindrical-coordinate representation of color #A60DD3: hue angle of 286.36º 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 #A60DD3 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 13 | 211 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.17 |
| HSL | 286.36º | 0.88% | 0.44% | - |
| HSV(B) | 286.36º | 0.94% | 0.83% | - |
| XYZ | 27.63 | 13.1 | 62.7 | - |
| YUV | 81.32 | 201.19 | 188.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 13 | 211 | 0.21 | 0.94 | 0 | 0.17 | 286.36 | 0.88 | 0.44 |
| Hex | A6 | D | D3 | 15 | 5E | 0 | 11 | 11E | 58 | 2C |
| Octal | 246 | 15 | 323 | 25 | 136 | 0 | 21 | 436 | 130 | 54 |
| Binary | 10100110 | 1101 | 11010011 | 10101 | 1011110 | 0 | 10001 | 100011110 | 1011000 | 101100 |
Color Harmonies of #A60DD3
Complementary color
Monochromatic Colors of #A60DD3
Black with #A60DD3
Text Example
Text Example
White with #A60DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60DD3; }
p { color: rgb(166,13,211); }
H1.HeaderClassName
{
color: #A60DD3;
}
.AnyTagClassName
{
color: #A60DD3;
}
</style>
background-color css
<style>
a { background-color: #A60DD3; }
a { background-color: rgb(166,13,211); }
div.DivClassName
{
background-color: #A60DD3;
}
.BgClassName
{
background-color: #A60DD3;
}
</style>
border-color css
<style>
span { border-color: #A60DD3; }
span { border-color: rgb(166,13,211); }
td.TdClassName
{
border-color: #A60DD3;
}
.TagClassName
{
border-color: #A60DD3;
}
</style>