Shades of Dark Violet #A200BB
Tints of Dark Violet #A200BB
RGB
CMYK
RGB Variations
Color information
#A200BB (or 0xA200BB) is known color: Dark Violet. HEX triplet: A2, 00 and BB. RGB value is (162,0,187). Sum of RGB (Red+Green+Blue) = 162+0+187=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 0 (0.39% from 255 or 0% from 349); Blue value is 187 (73.44% from 255 or 53.58% from 349); Max value from RGB is 187 - color contains mainly: blue. Hex color #A200BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A200BB is #5DFF44. Grayscale: #454545. Windows color (decimal): -6160197 or 12255394. OLE color: 12255394.
HSL color Cylindrical-coordinate representation of color #A200BB: hue angle of 291.98º 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 #A200BB is Cyan = 0.13, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 0 | 187 | - |
| CMYK | 0.13 | 1 | 0 | 0.27 |
| HSL | 291.98º | 1% | 0.37% | - |
| HSV(B) | 291.98º | 1% | 0.73% | - |
| XYZ | 23.87 | 11.27 | 47.93 | - |
| YUV | 69.76 | 194.17 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 0 | 187 | 0.13 | 1 | 0 | 0.27 | 291.98 | 1 | 0.37 |
| Hex | A2 | 0 | BB | D | 64 | 0 | 1B | 124 | 64 | 25 |
| Octal | 242 | 0 | 273 | 15 | 144 | 0 | 33 | 444 | 144 | 45 |
| Binary | 10100010 | 0 | 10111011 | 1101 | 1100100 | 0 | 11011 | 100100100 | 1100100 | 100101 |
Color Harmonies of #A200BB
Complementary color
Monochromatic Colors of #A200BB
Black with #A200BB
Text Example
Text Example
White with #A200BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A200BB; }
p { color: rgb(162,0,187); }
H1.HeaderClassName
{
color: #A200BB;
}
.AnyTagClassName
{
color: #A200BB;
}
</style>
background-color css
<style>
a { background-color: #A200BB; }
a { background-color: rgb(162,0,187); }
div.DivClassName
{
background-color: #A200BB;
}
.BgClassName
{
background-color: #A200BB;
}
</style>
border-color css
<style>
span { border-color: #A200BB; }
span { border-color: rgb(162,0,187); }
td.TdClassName
{
border-color: #A200BB;
}
.TagClassName
{
border-color: #A200BB;
}
</style>