Shades of Dark Violet #A000BF
Tints of Dark Violet #A000BF
RGB
CMYK
RGB Variations
Color information
#A000BF (or 0xA000BF) is known color: Dark Violet. HEX triplet: A0, 00 and BF. RGB value is (160,0,191). Sum of RGB (Red+Green+Blue) = 160+0+191=351 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.58% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 191 (75% from 255 or 54.42% from 351); Max value from RGB is 191 - color contains mainly: blue. Hex color #A000BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A000BF is #5FFF40. Grayscale: #454545. Windows color (decimal): -6291265 or 12517536. OLE color: 12517536.
HSL color Cylindrical-coordinate representation of color #A000BF: hue angle of 290.26º 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 #A000BF is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 0 | 191 | - |
| CMYK | 0.16 | 1 | 0 | 0.25 |
| HSL | 290.26º | 1% | 0.37% | - |
| HSV(B) | 290.26º | 1% | 0.75% | - |
| XYZ | 23.9 | 11.24 | 50.2 | - |
| YUV | 69.61 | 196.51 | 192.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 0 | 191 | 0.16 | 1 | 0 | 0.25 | 290.26 | 1 | 0.37 |
| Hex | A0 | 0 | BF | 10 | 64 | 0 | 19 | 122 | 64 | 25 |
| Octal | 240 | 0 | 277 | 20 | 144 | 0 | 31 | 442 | 144 | 45 |
| Binary | 10100000 | 0 | 10111111 | 10000 | 1100100 | 0 | 11001 | 100100010 | 1100100 | 100101 |
Color Harmonies of #A000BF
Complementary color
Monochromatic Colors of #A000BF
Black with #A000BF
Text Example
Text Example
White with #A000BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A000BF; }
p { color: rgb(160,0,191); }
H1.HeaderClassName
{
color: #A000BF;
}
.AnyTagClassName
{
color: #A000BF;
}
</style>
background-color css
<style>
a { background-color: #A000BF; }
a { background-color: rgb(160,0,191); }
div.DivClassName
{
background-color: #A000BF;
}
.BgClassName
{
background-color: #A000BF;
}
</style>
border-color css
<style>
span { border-color: #A000BF; }
span { border-color: rgb(160,0,191); }
td.TdClassName
{
border-color: #A000BF;
}
.TagClassName
{
border-color: #A000BF;
}
</style>