Shades of Dark Violet #A006C9
Tints of Dark Violet #A006C9
RGB
CMYK
RGB Variations
Color information
#A006C9 (or 0xA006C9) is known color: Dark Violet. HEX triplet: A0, 06 and C9. RGB value is (160,6,201). Sum of RGB (Red+Green+Blue) = 160+6+201=367 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.60% from 367); Green value is 6 (2.73% from 255 or 1.63% from 367); Blue value is 201 (78.91% from 255 or 54.77% from 367); Max value from RGB is 201 - color contains mainly: blue. Hex color #A006C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A006C9 is #5FF936. Grayscale: #494949. Windows color (decimal): -6289719 or 13174432. OLE color: 13174432.
HSL color Cylindrical-coordinate representation of color #A006C9: hue angle of 287.38º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A006C9 is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 6 | 201 | - |
| CMYK | 0.20 | 0.97 | 0 | 0.21 |
| HSL | 287.38º | 0.94% | 0.41% | - |
| HSV(B) | 287.38º | 0.97% | 0.79% | - |
| XYZ | 25.1 | 11.82 | 56.22 | - |
| YUV | 74.28 | 199.52 | 189.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 6 | 201 | 0.20 | 0.97 | 0 | 0.21 | 287.38 | 0.94 | 0.41 |
| Hex | A0 | 6 | C9 | 14 | 61 | 0 | 15 | 11F | 5E | 29 |
| Octal | 240 | 6 | 311 | 24 | 141 | 0 | 25 | 437 | 136 | 51 |
| Binary | 10100000 | 110 | 11001001 | 10100 | 1100001 | 0 | 10101 | 100011111 | 1011110 | 101001 |
Color Harmonies of #A006C9
Complementary color
Monochromatic Colors of #A006C9
Black with #A006C9
Text Example
Text Example
White with #A006C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A006C9; }
p { color: rgb(160,6,201); }
H1.HeaderClassName
{
color: #A006C9;
}
.AnyTagClassName
{
color: #A006C9;
}
</style>
background-color css
<style>
a { background-color: #A006C9; }
a { background-color: rgb(160,6,201); }
div.DivClassName
{
background-color: #A006C9;
}
.BgClassName
{
background-color: #A006C9;
}
</style>
border-color css
<style>
span { border-color: #A006C9; }
span { border-color: rgb(160,6,201); }
td.TdClassName
{
border-color: #A006C9;
}
.TagClassName
{
border-color: #A006C9;
}
</style>