Shades of Dark Violet #A606C9
Tints of Dark Violet #A606C9
RGB
CMYK
RGB Variations
Color information
#A606C9 (or 0xA606C9) is known color: Dark Violet. HEX triplet: A6, 06 and C9. RGB value is (166,6,201). Sum of RGB (Red+Green+Blue) = 166+6+201=373 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.50% from 373); Green value is 6 (2.73% from 255 or 1.61% from 373); Blue value is 201 (78.91% from 255 or 53.89% from 373); Max value from RGB is 201 - color contains mainly: blue. Hex color #A606C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A606C9 is #59F936. Grayscale: #4B4B4B. Windows color (decimal): -5896503 or 13174438. OLE color: 13174438.
HSL color Cylindrical-coordinate representation of color #A606C9: hue angle of 289.23º 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 #A606C9 is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 6 | 201 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.21 |
| HSL | 289.23º | 0.94% | 0.41% | - |
| HSV(B) | 289.23º | 0.97% | 0.79% | - |
| XYZ | 26.33 | 12.45 | 56.27 | - |
| YUV | 76.07 | 198.51 | 192.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 6 | 201 | 0.17 | 0.97 | 0 | 0.21 | 289.23 | 0.94 | 0.41 |
| Hex | A6 | 6 | C9 | 11 | 61 | 0 | 15 | 121 | 5E | 29 |
| Octal | 246 | 6 | 311 | 21 | 141 | 0 | 25 | 441 | 136 | 51 |
| Binary | 10100110 | 110 | 11001001 | 10001 | 1100001 | 0 | 10101 | 100100001 | 1011110 | 101001 |
Color Harmonies of #A606C9
Complementary color
Monochromatic Colors of #A606C9
Black with #A606C9
Text Example
Text Example
White with #A606C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A606C9; }
p { color: rgb(166,6,201); }
H1.HeaderClassName
{
color: #A606C9;
}
.AnyTagClassName
{
color: #A606C9;
}
</style>
background-color css
<style>
a { background-color: #A606C9; }
a { background-color: rgb(166,6,201); }
div.DivClassName
{
background-color: #A606C9;
}
.BgClassName
{
background-color: #A606C9;
}
</style>
border-color css
<style>
span { border-color: #A606C9; }
span { border-color: rgb(166,6,201); }
td.TdClassName
{
border-color: #A606C9;
}
.TagClassName
{
border-color: #A606C9;
}
</style>