Shades of Dark Violet #A600DA
Tints of Dark Violet #A600DA
RGB
CMYK
RGB Variations
Color information
#A600DA (or 0xA600DA) is known color: Dark Violet. HEX triplet: A6, 00 and DA. RGB value is (166,0,218). Sum of RGB (Red+Green+Blue) = 166+0+218=384 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.23% from 384); Green value is 0 (0.39% from 255 or 0% from 384); Blue value is 218 (85.55% from 255 or 56.77% from 384); Max value from RGB is 218 - color contains mainly: blue. Hex color #A600DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A600DA is #59FF25. Grayscale: #494949. Windows color (decimal): -5898022 or 14287014. OLE color: 14287014.
HSL color Cylindrical-coordinate representation of color #A600DA: hue angle of 285.69º 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 #A600DA is Cyan = 0.24, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 0 | 218 | - |
| CMYK | 0.24 | 1 | 0 | 0.15 |
| HSL | 285.69º | 1% | 0.43% | - |
| HSV(B) | 285.69º | 1% | 0.85% | - |
| XYZ | 28.38 | 13.17 | 67.38 | - |
| YUV | 74.49 | 209 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 218 | 0.24 | 1 | 0 | 0.15 | 285.69 | 1 | 0.43 |
| Hex | A6 | 0 | DA | 18 | 64 | 0 | F | 11E | 64 | 2B |
| Octal | 246 | 0 | 332 | 30 | 144 | 0 | 17 | 436 | 144 | 53 |
| Binary | 10100110 | 0 | 11011010 | 11000 | 1100100 | 0 | 1111 | 100011110 | 1100100 | 101011 |
Color Harmonies of #A600DA
Complementary color
Monochromatic Colors of #A600DA
Black with #A600DA
Text Example
Text Example
White with #A600DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A600DA; }
p { color: rgb(166,0,218); }
H1.HeaderClassName
{
color: #A600DA;
}
.AnyTagClassName
{
color: #A600DA;
}
</style>
background-color css
<style>
a { background-color: #A600DA; }
a { background-color: rgb(166,0,218); }
div.DivClassName
{
background-color: #A600DA;
}
.BgClassName
{
background-color: #A600DA;
}
</style>
border-color css
<style>
span { border-color: #A600DA; }
span { border-color: rgb(166,0,218); }
td.TdClassName
{
border-color: #A600DA;
}
.TagClassName
{
border-color: #A600DA;
}
</style>