Shades of Dark Violet #A606BA
Tints of Dark Violet #A606BA
RGB
CMYK
RGB Variations
Color information
#A606BA (or 0xA606BA) is known color: Dark Violet. HEX triplet: A6, 06 and BA. RGB value is (166,6,186). Sum of RGB (Red+Green+Blue) = 166+6+186=358 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.37% from 358); Green value is 6 (2.73% from 255 or 1.68% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #A606BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A606BA is #59F945. Grayscale: #494949. Windows color (decimal): -5896518 or 12191398. OLE color: 12191398.
HSL color Cylindrical-coordinate representation of color #A606BA: hue angle of 293.33º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A606BA is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 6 | 186 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.27 |
| HSL | 293.33º | 0.94% | 0.38% | - |
| HSV(B) | 293.33º | 0.97% | 0.73% | - |
| XYZ | 24.65 | 11.78 | 47.43 | - |
| YUV | 74.36 | 191.01 | 193.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 6 | 186 | 0.11 | 0.97 | 0 | 0.27 | 293.33 | 0.94 | 0.38 |
| Hex | A6 | 6 | BA | B | 61 | 0 | 1B | 125 | 5E | 26 |
| Octal | 246 | 6 | 272 | 13 | 141 | 0 | 33 | 445 | 136 | 46 |
| Binary | 10100110 | 110 | 10111010 | 1011 | 1100001 | 0 | 11011 | 100100101 | 1011110 | 100110 |
Color Harmonies of #A606BA
Complementary color
Monochromatic Colors of #A606BA
Black with #A606BA
Text Example
Text Example
White with #A606BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A606BA; }
p { color: rgb(166,6,186); }
H1.HeaderClassName
{
color: #A606BA;
}
.AnyTagClassName
{
color: #A606BA;
}
</style>
background-color css
<style>
a { background-color: #A606BA; }
a { background-color: rgb(166,6,186); }
div.DivClassName
{
background-color: #A606BA;
}
.BgClassName
{
background-color: #A606BA;
}
</style>
border-color css
<style>
span { border-color: #A606BA; }
span { border-color: rgb(166,6,186); }
td.TdClassName
{
border-color: #A606BA;
}
.TagClassName
{
border-color: #A606BA;
}
</style>