Shades of Dark Violet #A600BF
Tints of Dark Violet #A600BF
RGB
CMYK
RGB Variations
Color information
#A600BF (or 0xA600BF) is known color: Dark Violet. HEX triplet: A6, 00 and BF. RGB value is (166,0,191). Sum of RGB (Red+Green+Blue) = 166+0+191=357 (47% of max value = 765). Red value is 166 (65.23% from 255 or 46.50% from 357); Green value is 0 (0.39% from 255 or 0% from 357); Blue value is 191 (75% from 255 or 53.50% from 357); Max value from RGB is 191 - color contains mainly: blue. Hex color #A600BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A600BF is #59FF40. Grayscale: #464646. Windows color (decimal): -5898049 or 12517542. OLE color: 12517542.
HSL color Cylindrical-coordinate representation of color #A600BF: hue angle of 292.15º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A600BF is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 0 | 191 | - |
| CMYK | 0.13 | 1 | 0 | 0.25 |
| HSL | 292.15º | 1% | 0.37% | - |
| HSV(B) | 292.15º | 1% | 0.75% | - |
| XYZ | 25.13 | 11.87 | 50.26 | - |
| YUV | 71.41 | 195.5 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 0 | 191 | 0.13 | 1 | 0 | 0.25 | 292.15 | 1 | 0.37 |
| Hex | A6 | 0 | BF | D | 64 | 0 | 19 | 124 | 64 | 25 |
| Octal | 246 | 0 | 277 | 15 | 144 | 0 | 31 | 444 | 144 | 45 |
| Binary | 10100110 | 0 | 10111111 | 1101 | 1100100 | 0 | 11001 | 100100100 | 1100100 | 100101 |
Color Harmonies of #A600BF
Complementary color
Monochromatic Colors of #A600BF
Black with #A600BF
Text Example
Text Example
White with #A600BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A600BF; }
p { color: rgb(166,0,191); }
H1.HeaderClassName
{
color: #A600BF;
}
.AnyTagClassName
{
color: #A600BF;
}
</style>
background-color css
<style>
a { background-color: #A600BF; }
a { background-color: rgb(166,0,191); }
div.DivClassName
{
background-color: #A600BF;
}
.BgClassName
{
background-color: #A600BF;
}
</style>
border-color css
<style>
span { border-color: #A600BF; }
span { border-color: rgb(166,0,191); }
td.TdClassName
{
border-color: #A600BF;
}
.TagClassName
{
border-color: #A600BF;
}
</style>