Shades of Dark Violet #A10BDD
Tints of Dark Violet #A10BDD
RGB
CMYK
RGB Variations
Color information
#A10BDD (or 0xA10BDD) is known color: Dark Violet. HEX triplet: A1, 0B and DD. RGB value is (161,11,221). Sum of RGB (Red+Green+Blue) = 161+11+221=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 11 (4.69% from 255 or 2.80% from 393); Blue value is 221 (86.72% from 255 or 56.23% from 393); Max value from RGB is 221 - color contains mainly: blue. Hex color #A10BDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10BDD is #5EF422. Grayscale: #4F4F4F. Windows color (decimal): -6222883 or 14486433. OLE color: 14486433.
HSL color Cylindrical-coordinate representation of color #A10BDD: hue angle of 282.86º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A10BDD is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 11 | 221 | - |
| CMYK | 0.27 | 0.95 | 0 | 0.13 |
| HSL | 282.86º | 0.91% | 0.45% | - |
| HSV(B) | 282.86º | 0.95% | 0.87% | - |
| XYZ | 27.87 | 13.04 | 69.45 | - |
| YUV | 79.79 | 207.7 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 11 | 221 | 0.27 | 0.95 | 0 | 0.13 | 282.86 | 0.91 | 0.45 |
| Hex | A1 | B | DD | 1B | 5F | 0 | D | 11B | 5B | 2D |
| Octal | 241 | 13 | 335 | 33 | 137 | 0 | 15 | 433 | 133 | 55 |
| Binary | 10100001 | 1011 | 11011101 | 11011 | 1011111 | 0 | 1101 | 100011011 | 1011011 | 101101 |
Color Harmonies of #A10BDD
Complementary color
Monochromatic Colors of #A10BDD
Black with #A10BDD
Text Example
Text Example
White with #A10BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10BDD; }
p { color: rgb(161,11,221); }
H1.HeaderClassName
{
color: #A10BDD;
}
.AnyTagClassName
{
color: #A10BDD;
}
</style>
background-color css
<style>
a { background-color: #A10BDD; }
a { background-color: rgb(161,11,221); }
div.DivClassName
{
background-color: #A10BDD;
}
.BgClassName
{
background-color: #A10BDD;
}
</style>
border-color css
<style>
span { border-color: #A10BDD; }
span { border-color: rgb(161,11,221); }
td.TdClassName
{
border-color: #A10BDD;
}
.TagClassName
{
border-color: #A10BDD;
}
</style>