Shades of Dark Violet #A000BB
Tints of Dark Violet #A000BB
RGB
CMYK
RGB Variations
Color information
#A000BB (or 0xA000BB) is known color: Dark Violet. HEX triplet: A0, 00 and BB. RGB value is (160,0,187). Sum of RGB (Red+Green+Blue) = 160+0+187=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 0 (0.39% from 255 or 0% from 347); Blue value is 187 (73.44% from 255 or 53.89% from 347); Max value from RGB is 187 - color contains mainly: blue. Hex color #A000BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A000BB is #5FFF44. Grayscale: #444444. Windows color (decimal): -6291269 or 12255392. OLE color: 12255392.
HSL color Cylindrical-coordinate representation of color #A000BB: hue angle of 291.34º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A000BB is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 160 | 0 | 187 | - |
| CMYK | 0.14 | 1 | 0 | 0.27 |
| HSL | 291.34º | 1% | 0.37% | - |
| HSV(B) | 291.34º | 1% | 0.73% | - |
| XYZ | 23.47 | 11.06 | 47.91 | - |
| YUV | 69.16 | 194.51 | 192.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 0 | 187 | 0.14 | 1 | 0 | 0.27 | 291.34 | 1 | 0.37 |
| Hex | A0 | 0 | BB | E | 64 | 0 | 1B | 123 | 64 | 25 |
| Octal | 240 | 0 | 273 | 16 | 144 | 0 | 33 | 443 | 144 | 45 |
| Binary | 10100000 | 0 | 10111011 | 1110 | 1100100 | 0 | 11011 | 100100011 | 1100100 | 100101 |
Color Harmonies of #A000BB
Complementary color
Monochromatic Colors of #A000BB
Black with #A000BB
Text Example
Text Example
White with #A000BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A000BB; }
p { color: rgb(160,0,187); }
H1.HeaderClassName
{
color: #A000BB;
}
.AnyTagClassName
{
color: #A000BB;
}
</style>
background-color css
<style>
a { background-color: #A000BB; }
a { background-color: rgb(160,0,187); }
div.DivClassName
{
background-color: #A000BB;
}
.BgClassName
{
background-color: #A000BB;
}
</style>
border-color css
<style>
span { border-color: #A000BB; }
span { border-color: rgb(160,0,187); }
td.TdClassName
{
border-color: #A000BB;
}
.TagClassName
{
border-color: #A000BB;
}
</style>