Shades of Dark Violet #A600BA
Tints of Dark Violet #A600BA
RGB
CMYK
RGB Variations
Color information
#A600BA (or 0xA600BA) is known color: Dark Violet. HEX triplet: A6, 00 and BA. RGB value is (166,0,186). Sum of RGB (Red+Green+Blue) = 166+0+186=352 (46% of max value = 765). Red value is 166 (65.23% from 255 or 47.16% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 186 (73.05% from 255 or 52.84% from 352); Max value from RGB is 186 - color contains mainly: blue. Hex color #A600BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A600BA is #59FF45. Grayscale: #464646. Windows color (decimal): -5898054 or 12189862. OLE color: 12189862.
HSL color Cylindrical-coordinate representation of color #A600BA: hue angle of 293.55º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A600BA is Cyan = 0.11, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 0 | 186 | - |
| CMYK | 0.11 | 1 | 0 | 0.27 |
| HSL | 293.55º | 1% | 0.36% | - |
| HSV(B) | 293.55º | 1% | 0.73% | - |
| XYZ | 24.59 | 11.65 | 47.41 | - |
| YUV | 70.84 | 193 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 186 | 0.11 | 1 | 0 | 0.27 | 293.55 | 1 | 0.36 |
| Hex | A6 | 0 | BA | B | 64 | 0 | 1B | 126 | 64 | 24 |
| Octal | 246 | 0 | 272 | 13 | 144 | 0 | 33 | 446 | 144 | 44 |
| Binary | 10100110 | 0 | 10111010 | 1011 | 1100100 | 0 | 11011 | 100100110 | 1100100 | 100100 |
Color Harmonies of #A600BA
Complementary color
Monochromatic Colors of #A600BA
Black with #A600BA
Text Example
Text Example
White with #A600BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A600BA; }
p { color: rgb(166,0,186); }
H1.HeaderClassName
{
color: #A600BA;
}
.AnyTagClassName
{
color: #A600BA;
}
</style>
background-color css
<style>
a { background-color: #A600BA; }
a { background-color: rgb(166,0,186); }
div.DivClassName
{
background-color: #A600BA;
}
.BgClassName
{
background-color: #A600BA;
}
</style>
border-color css
<style>
span { border-color: #A600BA; }
span { border-color: rgb(166,0,186); }
td.TdClassName
{
border-color: #A600BA;
}
.TagClassName
{
border-color: #A600BA;
}
</style>