Shades of Dark Violet #A006BC
Tints of Dark Violet #A006BC
RGB
CMYK
RGB Variations
Color information
#A006BC (or 0xA006BC) is known color: Dark Violet. HEX triplet: A0, 06 and BC. RGB value is (160,6,188). Sum of RGB (Red+Green+Blue) = 160+6+188=354 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.20% from 354); Green value is 6 (2.73% from 255 or 1.69% from 354); Blue value is 188 (73.83% from 255 or 53.11% from 354); Max value from RGB is 188 - color contains mainly: blue. Hex color #A006BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A006BC is #5FF943. Grayscale: #484848. Windows color (decimal): -6289732 or 12322464. OLE color: 12322464.
HSL color Cylindrical-coordinate representation of color #A006BC: hue angle of 290.77º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A006BC is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 160 | 6 | 188 | - |
| CMYK | 0.15 | 0.97 | 0 | 0.26 |
| HSL | 290.77º | 0.94% | 0.38% | - |
| HSV(B) | 290.77º | 0.97% | 0.74% | - |
| XYZ | 23.64 | 11.23 | 48.5 | - |
| YUV | 72.79 | 193.02 | 190.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 188 | 0.15 | 0.97 | 0 | 0.26 | 290.77 | 0.94 | 0.38 |
| Hex | A0 | 6 | BC | F | 61 | 0 | 1A | 123 | 5E | 26 |
| Octal | 240 | 6 | 274 | 17 | 141 | 0 | 32 | 443 | 136 | 46 |
| Binary | 10100000 | 110 | 10111100 | 1111 | 1100001 | 0 | 11010 | 100100011 | 1011110 | 100110 |
Color Harmonies of #A006BC
Complementary color
Monochromatic Colors of #A006BC
Black with #A006BC
Text Example
Text Example
White with #A006BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A006BC; }
p { color: rgb(160,6,188); }
H1.HeaderClassName
{
color: #A006BC;
}
.AnyTagClassName
{
color: #A006BC;
}
</style>
background-color css
<style>
a { background-color: #A006BC; }
a { background-color: rgb(160,6,188); }
div.DivClassName
{
background-color: #A006BC;
}
.BgClassName
{
background-color: #A006BC;
}
</style>
border-color css
<style>
span { border-color: #A006BC; }
span { border-color: rgb(160,6,188); }
td.TdClassName
{
border-color: #A006BC;
}
.TagClassName
{
border-color: #A006BC;
}
</style>