Shades of Dark Violet #A605BA
Tints of Dark Violet #A605BA
RGB
CMYK
RGB Variations
Color information
#A605BA (or 0xA605BA) is known color: Dark Violet. HEX triplet: A6, 05 and BA. RGB value is (166,5,186). Sum of RGB (Red+Green+Blue) = 166+5+186=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 5 (2.34% from 255 or 1.40% from 357); Blue value is 186 (73.05% from 255 or 52.10% from 357); Max value from RGB is 186 - color contains mainly: blue. Hex color #A605BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A605BA is #59FA45. Grayscale: #494949. Windows color (decimal): -5896774 or 12191142. OLE color: 12191142.
HSL color Cylindrical-coordinate representation of color #A605BA: hue angle of 293.37º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A605BA is Cyan = 0.11, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 5 | 186 | - |
| CMYK | 0.11 | 0.97 | 0 | 0.27 |
| HSL | 293.37º | 0.95% | 0.37% | - |
| HSV(B) | 293.37º | 0.97% | 0.73% | - |
| XYZ | 24.64 | 11.76 | 47.43 | - |
| YUV | 73.77 | 191.34 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 5 | 186 | 0.11 | 0.97 | 0 | 0.27 | 293.37 | 0.95 | 0.37 |
| Hex | A6 | 5 | BA | B | 61 | 0 | 1B | 125 | 5F | 25 |
| Octal | 246 | 5 | 272 | 13 | 141 | 0 | 33 | 445 | 137 | 45 |
| Binary | 10100110 | 101 | 10111010 | 1011 | 1100001 | 0 | 11011 | 100100101 | 1011111 | 100101 |
Color Harmonies of #A605BA
Complementary color
Monochromatic Colors of #A605BA
Black with #A605BA
Text Example
Text Example
White with #A605BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A605BA; }
p { color: rgb(166,5,186); }
H1.HeaderClassName
{
color: #A605BA;
}
.AnyTagClassName
{
color: #A605BA;
}
</style>
background-color css
<style>
a { background-color: #A605BA; }
a { background-color: rgb(166,5,186); }
div.DivClassName
{
background-color: #A605BA;
}
.BgClassName
{
background-color: #A605BA;
}
</style>
border-color css
<style>
span { border-color: #A605BA; }
span { border-color: rgb(166,5,186); }
td.TdClassName
{
border-color: #A605BA;
}
.TagClassName
{
border-color: #A605BA;
}
</style>