Shades of Dark Violet #A60DBE
Tints of Dark Violet #A60DBE
RGB
CMYK
RGB Variations
Color information
#A60DBE (or 0xA60DBE) is known color: Dark Violet. HEX triplet: A6, 0D and BE. RGB value is (166,13,190). Sum of RGB (Red+Green+Blue) = 166+13+190=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 13 (5.47% from 255 or 3.52% from 369); Blue value is 190 (74.61% from 255 or 51.49% from 369); Max value from RGB is 190 - color contains mainly: blue. Hex color #A60DBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60DBE is #59F241. Grayscale: #4E4E4E. Windows color (decimal): -5894722 or 12455334. OLE color: 12455334.
HSL color Cylindrical-coordinate representation of color #A60DBE: hue angle of 291.86º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60DBE is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 13 | 190 | - |
| CMYK | 0.13 | 0.93 | 0 | 0.25 |
| HSL | 291.86º | 0.87% | 0.4% | - |
| HSV(B) | 291.86º | 0.93% | 0.75% | - |
| XYZ | 25.16 | 12.11 | 49.73 | - |
| YUV | 78.93 | 190.69 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 13 | 190 | 0.13 | 0.93 | 0 | 0.25 | 291.86 | 0.87 | 0.4 |
| Hex | A6 | D | BE | D | 5D | 0 | 19 | 124 | 57 | 28 |
| Octal | 246 | 15 | 276 | 15 | 135 | 0 | 31 | 444 | 127 | 50 |
| Binary | 10100110 | 1101 | 10111110 | 1101 | 1011101 | 0 | 11001 | 100100100 | 1010111 | 101000 |
Color Harmonies of #A60DBE
Complementary color
Monochromatic Colors of #A60DBE
Black with #A60DBE
Text Example
Text Example
White with #A60DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60DBE; }
p { color: rgb(166,13,190); }
H1.HeaderClassName
{
color: #A60DBE;
}
.AnyTagClassName
{
color: #A60DBE;
}
</style>
background-color css
<style>
a { background-color: #A60DBE; }
a { background-color: rgb(166,13,190); }
div.DivClassName
{
background-color: #A60DBE;
}
.BgClassName
{
background-color: #A60DBE;
}
</style>
border-color css
<style>
span { border-color: #A60DBE; }
span { border-color: rgb(166,13,190); }
td.TdClassName
{
border-color: #A60DBE;
}
.TagClassName
{
border-color: #A60DBE;
}
</style>