Shades of Dark Violet #A006D0
Tints of Dark Violet #A006D0
RGB
CMYK
RGB Variations
Color information
#A006D0 (or 0xA006D0) is known color: Dark Violet. HEX triplet: A0, 06 and D0. RGB value is (160,6,208). Sum of RGB (Red+Green+Blue) = 160+6+208=374 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.78% from 374); Green value is 6 (2.73% from 255 or 1.60% from 374); Blue value is 208 (81.64% from 255 or 55.61% from 374); Max value from RGB is 208 - color contains mainly: blue. Hex color #A006D0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A006D0 is #5FF92F. Grayscale: #4A4A4A. Windows color (decimal): -6289712 or 13633184. OLE color: 13633184.
HSL color Cylindrical-coordinate representation of color #A006D0: hue angle of 285.74º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A006D0 is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 6 | 208 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.18 |
| HSL | 285.74º | 0.94% | 0.42% | - |
| HSV(B) | 285.74º | 0.97% | 0.82% | - |
| XYZ | 25.95 | 12.16 | 60.65 | - |
| YUV | 75.07 | 203.02 | 188.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 208 | 0.23 | 0.97 | 0 | 0.18 | 285.74 | 0.94 | 0.42 |
| Hex | A0 | 6 | D0 | 17 | 61 | 0 | 12 | 11E | 5E | 2A |
| Octal | 240 | 6 | 320 | 27 | 141 | 0 | 22 | 436 | 136 | 52 |
| Binary | 10100000 | 110 | 11010000 | 10111 | 1100001 | 0 | 10010 | 100011110 | 1011110 | 101010 |
Color Harmonies of #A006D0
Complementary color
Monochromatic Colors of #A006D0
Black with #A006D0
Text Example
Text Example
White with #A006D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A006D0; }
p { color: rgb(160,6,208); }
H1.HeaderClassName
{
color: #A006D0;
}
.AnyTagClassName
{
color: #A006D0;
}
</style>
background-color css
<style>
a { background-color: #A006D0; }
a { background-color: rgb(160,6,208); }
div.DivClassName
{
background-color: #A006D0;
}
.BgClassName
{
background-color: #A006D0;
}
</style>
border-color css
<style>
span { border-color: #A006D0; }
span { border-color: rgb(160,6,208); }
td.TdClassName
{
border-color: #A006D0;
}
.TagClassName
{
border-color: #A006D0;
}
</style>