Shades of Dark Violet #A006B9
Tints of Dark Violet #A006B9
RGB
CMYK
RGB Variations
Color information
#A006B9 (or 0xA006B9) is known color: Dark Violet. HEX triplet: A0, 06 and B9. RGB value is (160,6,185). Sum of RGB (Red+Green+Blue) = 160+6+185=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 6 (2.73% from 255 or 1.71% from 351); Blue value is 185 (72.66% from 255 or 52.71% from 351); Max value from RGB is 185 - color contains mainly: blue. Hex color #A006B9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A006B9 is #5FF946. Grayscale: #474747. Windows color (decimal): -6289735 or 12125856. OLE color: 12125856.
HSL color Cylindrical-coordinate representation of color #A006B9: hue angle of 291.62º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A006B9 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 6 | 185 | - |
| CMYK | 0.14 | 0.97 | 0 | 0.27 |
| HSL | 291.62º | 0.94% | 0.37% | - |
| HSV(B) | 291.62º | 0.97% | 0.73% | - |
| XYZ | 23.32 | 11.11 | 46.81 | - |
| YUV | 72.45 | 191.52 | 190.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 185 | 0.14 | 0.97 | 0 | 0.27 | 291.62 | 0.94 | 0.37 |
| Hex | A0 | 6 | B9 | E | 61 | 0 | 1B | 124 | 5E | 25 |
| Octal | 240 | 6 | 271 | 16 | 141 | 0 | 33 | 444 | 136 | 45 |
| Binary | 10100000 | 110 | 10111001 | 1110 | 1100001 | 0 | 11011 | 100100100 | 1011110 | 100101 |
Color Harmonies of #A006B9
Complementary color
Monochromatic Colors of #A006B9
Black with #A006B9
Text Example
Text Example
White with #A006B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A006B9; }
p { color: rgb(160,6,185); }
H1.HeaderClassName
{
color: #A006B9;
}
.AnyTagClassName
{
color: #A006B9;
}
</style>
background-color css
<style>
a { background-color: #A006B9; }
a { background-color: rgb(160,6,185); }
div.DivClassName
{
background-color: #A006B9;
}
.BgClassName
{
background-color: #A006B9;
}
</style>
border-color css
<style>
span { border-color: #A006B9; }
span { border-color: rgb(160,6,185); }
td.TdClassName
{
border-color: #A006B9;
}
.TagClassName
{
border-color: #A006B9;
}
</style>