Shades of Dark Violet #A600D9
Tints of Dark Violet #A600D9
RGB
CMYK
RGB Variations
Color information
#A600D9 (or 0xA600D9) is known color: Dark Violet. HEX triplet: A6, 00 and D9. RGB value is (166,0,217). Sum of RGB (Red+Green+Blue) = 166+0+217=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 0 (0.39% from 255 or 0% from 383); Blue value is 217 (85.16% from 255 or 56.66% from 383); Max value from RGB is 217 - color contains mainly: blue. Hex color #A600D9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A600D9 is #59FF26. Grayscale: #494949. Windows color (decimal): -5898023 or 14221478. OLE color: 14221478.
HSL color Cylindrical-coordinate representation of color #A600D9: hue angle of 285.9º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A600D9 is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 0 | 217 | - |
| CMYK | 0.24 | 1 | 0 | 0.15 |
| HSL | 285.9º | 1% | 0.43% | - |
| HSV(B) | 285.9º | 1% | 0.85% | - |
| XYZ | 28.25 | 13.12 | 66.69 | - |
| YUV | 74.37 | 208.5 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 217 | 0.24 | 1 | 0 | 0.15 | 285.9 | 1 | 0.43 |
| Hex | A6 | 0 | D9 | 18 | 64 | 0 | F | 11E | 64 | 2B |
| Octal | 246 | 0 | 331 | 30 | 144 | 0 | 17 | 436 | 144 | 53 |
| Binary | 10100110 | 0 | 11011001 | 11000 | 1100100 | 0 | 1111 | 100011110 | 1100100 | 101011 |
Color Harmonies of #A600D9
Complementary color
Monochromatic Colors of #A600D9
Black with #A600D9
Text Example
Text Example
White with #A600D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A600D9; }
p { color: rgb(166,0,217); }
H1.HeaderClassName
{
color: #A600D9;
}
.AnyTagClassName
{
color: #A600D9;
}
</style>
background-color css
<style>
a { background-color: #A600D9; }
a { background-color: rgb(166,0,217); }
div.DivClassName
{
background-color: #A600D9;
}
.BgClassName
{
background-color: #A600D9;
}
</style>
border-color css
<style>
span { border-color: #A600D9; }
span { border-color: rgb(166,0,217); }
td.TdClassName
{
border-color: #A600D9;
}
.TagClassName
{
border-color: #A600D9;
}
</style>