Shades of Dark Violet #A210BB
Tints of Dark Violet #A210BB
RGB
CMYK
RGB Variations
Color information
#A210BB (or 0xA210BB) is known color: Dark Violet. HEX triplet: A2, 10 and BB. RGB value is (162,16,187). Sum of RGB (Red+Green+Blue) = 162+16+187=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 16 (6.64% from 255 or 4.38% from 365); Blue value is 187 (73.44% from 255 or 51.23% from 365); Max value from RGB is 187 - color contains mainly: blue. Hex color #A210BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A210BB is #5DEF44. Grayscale: #4E4E4E. Windows color (decimal): -6156101 or 12259490. OLE color: 12259490.
HSL color Cylindrical-coordinate representation of color #A210BB: hue angle of 291.23º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A210BB is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 162 | 16 | 187 | - |
| CMYK | 0.13 | 0.91 | 0 | 0.27 |
| HSL | 291.23º | 0.84% | 0.4% | - |
| HSV(B) | 291.23º | 0.91% | 0.73% | - |
| XYZ | 24.06 | 11.64 | 47.99 | - |
| YUV | 79.15 | 188.87 | 187.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 16 | 187 | 0.13 | 0.91 | 0 | 0.27 | 291.23 | 0.84 | 0.4 |
| Hex | A2 | 10 | BB | D | 5B | 0 | 1B | 123 | 54 | 28 |
| Octal | 242 | 20 | 273 | 15 | 133 | 0 | 33 | 443 | 124 | 50 |
| Binary | 10100010 | 10000 | 10111011 | 1101 | 1011011 | 0 | 11011 | 100100011 | 1010100 | 101000 |
Color Harmonies of #A210BB
Complementary color
Monochromatic Colors of #A210BB
Black with #A210BB
Text Example
Text Example
White with #A210BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A210BB; }
p { color: rgb(162,16,187); }
H1.HeaderClassName
{
color: #A210BB;
}
.AnyTagClassName
{
color: #A210BB;
}
</style>
background-color css
<style>
a { background-color: #A210BB; }
a { background-color: rgb(162,16,187); }
div.DivClassName
{
background-color: #A210BB;
}
.BgClassName
{
background-color: #A210BB;
}
</style>
border-color css
<style>
span { border-color: #A210BB; }
span { border-color: rgb(162,16,187); }
td.TdClassName
{
border-color: #A210BB;
}
.TagClassName
{
border-color: #A210BB;
}
</style>