Shades of Dark Violet #A606BB
Tints of Dark Violet #A606BB
RGB
CMYK
RGB Variations
Color information
#A606BB (or 0xA606BB) is known color: Dark Violet. HEX triplet: A6, 06 and BB. RGB value is (166,6,187). Sum of RGB (Red+Green+Blue) = 166+6+187=359 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.24% from 359); Green value is 6 (2.73% from 255 or 1.67% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #A606BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A606BB is #59F944. Grayscale: #494949. Windows color (decimal): -5896517 or 12256934. OLE color: 12256934.
HSL color Cylindrical-coordinate representation of color #A606BB: hue angle of 293.04º 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 #A606BB is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 6 | 187 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.27 |
| HSL | 293.04º | 0.94% | 0.38% | - |
| HSV(B) | 293.04º | 0.97% | 0.73% | - |
| XYZ | 24.76 | 11.83 | 47.99 | - |
| YUV | 74.47 | 191.51 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 6 | 187 | 0.11 | 0.97 | 0 | 0.27 | 293.04 | 0.94 | 0.38 |
| Hex | A6 | 6 | BB | B | 61 | 0 | 1B | 125 | 5E | 26 |
| Octal | 246 | 6 | 273 | 13 | 141 | 0 | 33 | 445 | 136 | 46 |
| Binary | 10100110 | 110 | 10111011 | 1011 | 1100001 | 0 | 11011 | 100100101 | 1011110 | 100110 |
Color Harmonies of #A606BB
Complementary color
Monochromatic Colors of #A606BB
Black with #A606BB
Text Example
Text Example
White with #A606BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A606BB; }
p { color: rgb(166,6,187); }
H1.HeaderClassName
{
color: #A606BB;
}
.AnyTagClassName
{
color: #A606BB;
}
</style>
background-color css
<style>
a { background-color: #A606BB; }
a { background-color: rgb(166,6,187); }
div.DivClassName
{
background-color: #A606BB;
}
.BgClassName
{
background-color: #A606BB;
}
</style>
border-color css
<style>
span { border-color: #A606BB; }
span { border-color: rgb(166,6,187); }
td.TdClassName
{
border-color: #A606BB;
}
.TagClassName
{
border-color: #A606BB;
}
</style>