Shades of Dark Violet #A608BA
Tints of Dark Violet #A608BA
RGB
CMYK
RGB Variations
Color information
#A608BA (or 0xA608BA) is known color: Dark Violet. HEX triplet: A6, 08 and BA. RGB value is (166,8,186). Sum of RGB (Red+Green+Blue) = 166+8+186=360 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.11% from 360); Green value is 8 (3.52% from 255 or 2.22% 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 #A608BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A608BA is #59F745. Grayscale: #4A4A4A. Windows color (decimal): -5896006 or 12191910. OLE color: 12191910.
HSL color Cylindrical-coordinate representation of color #A608BA: hue angle of 293.26º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A608BA is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 8 | 186 | - |
| CMYK | 0.11 | 0.96 | 0 | 0.27 |
| HSL | 293.26º | 0.92% | 0.38% | - |
| HSV(B) | 293.26º | 0.96% | 0.73% | - |
| XYZ | 24.68 | 11.83 | 47.44 | - |
| YUV | 75.53 | 190.35 | 192.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 8 | 186 | 0.11 | 0.96 | 0 | 0.27 | 293.26 | 0.92 | 0.38 |
| Hex | A6 | 8 | BA | B | 60 | 0 | 1B | 125 | 5C | 26 |
| Octal | 246 | 10 | 272 | 13 | 140 | 0 | 33 | 445 | 134 | 46 |
| Binary | 10100110 | 1000 | 10111010 | 1011 | 1100000 | 0 | 11011 | 100100101 | 1011100 | 100110 |
Color Harmonies of #A608BA
Complementary color
Monochromatic Colors of #A608BA
Black with #A608BA
Text Example
Text Example
White with #A608BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A608BA; }
p { color: rgb(166,8,186); }
H1.HeaderClassName
{
color: #A608BA;
}
.AnyTagClassName
{
color: #A608BA;
}
</style>
background-color css
<style>
a { background-color: #A608BA; }
a { background-color: rgb(166,8,186); }
div.DivClassName
{
background-color: #A608BA;
}
.BgClassName
{
background-color: #A608BA;
}
</style>
border-color css
<style>
span { border-color: #A608BA; }
span { border-color: rgb(166,8,186); }
td.TdClassName
{
border-color: #A608BA;
}
.TagClassName
{
border-color: #A608BA;
}
</style>