Shades of Dark Violet #A806BA
Tints of Dark Violet #A806BA
RGB
CMYK
RGB Variations
Color information
#A806BA (or 0xA806BA) is known color: Dark Violet. HEX triplet: A8, 06 and BA. RGB value is (168,6,186). Sum of RGB (Red+Green+Blue) = 168+6+186=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 6 (2.73% from 255 or 1.67% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #A806BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A806BA is #57F945. Grayscale: #4A4A4A. Windows color (decimal): -5765446 or 12191400. OLE color: 12191400.
HSL color Cylindrical-coordinate representation of color #A806BA: hue angle of 294º 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 #A806BA is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 168 | 6 | 186 | - |
| CMYK | 0.10 | 0.97 | 0 | 0.27 |
| HSL | 294º | 0.94% | 0.38% | - |
| HSV(B) | 294º | 0.97% | 0.73% | - |
| XYZ | 25.08 | 12 | 47.45 | - |
| YUV | 74.96 | 190.67 | 194.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 6 | 186 | 0.10 | 0.97 | 0 | 0.27 | 294 | 0.94 | 0.38 |
| Hex | A8 | 6 | BA | A | 61 | 0 | 1B | 126 | 5E | 26 |
| Octal | 250 | 6 | 272 | 12 | 141 | 0 | 33 | 446 | 136 | 46 |
| Binary | 10101000 | 110 | 10111010 | 1010 | 1100001 | 0 | 11011 | 100100110 | 1011110 | 100110 |
Color Harmonies of #A806BA
Complementary color
Monochromatic Colors of #A806BA
Black with #A806BA
Text Example
Text Example
White with #A806BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A806BA; }
p { color: rgb(168,6,186); }
H1.HeaderClassName
{
color: #A806BA;
}
.AnyTagClassName
{
color: #A806BA;
}
</style>
background-color css
<style>
a { background-color: #A806BA; }
a { background-color: rgb(168,6,186); }
div.DivClassName
{
background-color: #A806BA;
}
.BgClassName
{
background-color: #A806BA;
}
</style>
border-color css
<style>
span { border-color: #A806BA; }
span { border-color: rgb(168,6,186); }
td.TdClassName
{
border-color: #A806BA;
}
.TagClassName
{
border-color: #A806BA;
}
</style>