Shades of Dark Violet #A60DBD
Tints of Dark Violet #A60DBD
RGB
CMYK
RGB Variations
Color information
#A60DBD (or 0xA60DBD) is known color: Dark Violet. HEX triplet: A6, 0D and BD. RGB value is (166,13,189). Sum of RGB (Red+Green+Blue) = 166+13+189=368 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.11% from 368); Green value is 13 (5.47% from 255 or 3.53% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #A60DBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A60DBD is #59F242. Grayscale: #4E4E4E. Windows color (decimal): -5894723 or 12389798. OLE color: 12389798.
HSL color Cylindrical-coordinate representation of color #A60DBD: hue angle of 292.16º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A60DBD is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 13 | 189 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.26 |
| HSL | 292.16º | 0.87% | 0.4% | - |
| HSV(B) | 292.16º | 0.93% | 0.74% | - |
| XYZ | 25.06 | 12.07 | 49.15 | - |
| YUV | 78.81 | 190.19 | 190.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 13 | 189 | 0.12 | 0.93 | 0 | 0.26 | 292.16 | 0.87 | 0.4 |
| Hex | A6 | D | BD | C | 5D | 0 | 1A | 124 | 57 | 28 |
| Octal | 246 | 15 | 275 | 14 | 135 | 0 | 32 | 444 | 127 | 50 |
| Binary | 10100110 | 1101 | 10111101 | 1100 | 1011101 | 0 | 11010 | 100100100 | 1010111 | 101000 |
Color Harmonies of #A60DBD
Complementary color
Monochromatic Colors of #A60DBD
Black with #A60DBD
Text Example
Text Example
White with #A60DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A60DBD; }
p { color: rgb(166,13,189); }
H1.HeaderClassName
{
color: #A60DBD;
}
.AnyTagClassName
{
color: #A60DBD;
}
</style>
background-color css
<style>
a { background-color: #A60DBD; }
a { background-color: rgb(166,13,189); }
div.DivClassName
{
background-color: #A60DBD;
}
.BgClassName
{
background-color: #A60DBD;
}
</style>
border-color css
<style>
span { border-color: #A60DBD; }
span { border-color: rgb(166,13,189); }
td.TdClassName
{
border-color: #A60DBD;
}
.TagClassName
{
border-color: #A60DBD;
}
</style>