Shades of Dark Violet #A006CF
Tints of Dark Violet #A006CF
RGB
CMYK
RGB Variations
Color information
#A006CF (or 0xA006CF) is known color: Dark Violet. HEX triplet: A0, 06 and CF. RGB value is (160,6,207). Sum of RGB (Red+Green+Blue) = 160+6+207=373 (49% of max value = 765). Red value is 160 (62.89% from 255 or 42.90% from 373); Green value is 6 (2.73% from 255 or 1.61% from 373); Blue value is 207 (81.25% from 255 or 55.50% from 373); Max value from RGB is 207 - color contains mainly: blue. Hex color #A006CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A006CF is #5FF930. Grayscale: #4A4A4A. Windows color (decimal): -6289713 or 13567648. OLE color: 13567648.
HSL color Cylindrical-coordinate representation of color #A006CF: hue angle of 285.97º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A006CF is Cyan = 0.23, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 6 | 207 | - |
| CMYK | 0.23 | 0.97 | 0 | 0.19 |
| HSL | 285.97º | 0.94% | 0.42% | - |
| HSV(B) | 285.97º | 0.97% | 0.81% | - |
| XYZ | 25.82 | 12.11 | 60.01 | - |
| YUV | 74.96 | 202.52 | 188.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 207 | 0.23 | 0.97 | 0 | 0.19 | 285.97 | 0.94 | 0.42 |
| Hex | A0 | 6 | CF | 17 | 61 | 0 | 13 | 11E | 5E | 2A |
| Octal | 240 | 6 | 317 | 27 | 141 | 0 | 23 | 436 | 136 | 52 |
| Binary | 10100000 | 110 | 11001111 | 10111 | 1100001 | 0 | 10011 | 100011110 | 1011110 | 101010 |
Color Harmonies of #A006CF
Complementary color
Monochromatic Colors of #A006CF
Black with #A006CF
Text Example
Text Example
White with #A006CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A006CF; }
p { color: rgb(160,6,207); }
H1.HeaderClassName
{
color: #A006CF;
}
.AnyTagClassName
{
color: #A006CF;
}
</style>
background-color css
<style>
a { background-color: #A006CF; }
a { background-color: rgb(160,6,207); }
div.DivClassName
{
background-color: #A006CF;
}
.BgClassName
{
background-color: #A006CF;
}
</style>
border-color css
<style>
span { border-color: #A006CF; }
span { border-color: rgb(160,6,207); }
td.TdClassName
{
border-color: #A006CF;
}
.TagClassName
{
border-color: #A006CF;
}
</style>