Shades of Dark Violet #A10BBE
Tints of Dark Violet #A10BBE
RGB
CMYK
RGB Variations
Color information
#A10BBE (or 0xA10BBE) is known color: Dark Violet. HEX triplet: A1, 0B and BE. RGB value is (161,11,190). Sum of RGB (Red+Green+Blue) = 161+11+190=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 11 (4.69% from 255 or 3.04% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #A10BBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A10BBE is #5EF441. Grayscale: #4B4B4B. Windows color (decimal): -6222914 or 12454817. OLE color: 12454817.
HSL color Cylindrical-coordinate representation of color #A10BBE: hue angle of 290.28º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A10BBE is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 11 | 190 | - |
| CMYK | 0.15 | 0.94 | 0 | 0.25 |
| HSL | 290.28º | 0.89% | 0.39% | - |
| HSV(B) | 290.28º | 0.94% | 0.75% | - |
| XYZ | 24.11 | 11.53 | 49.67 | - |
| YUV | 76.26 | 192.2 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 11 | 190 | 0.15 | 0.94 | 0 | 0.25 | 290.28 | 0.89 | 0.39 |
| Hex | A1 | B | BE | F | 5E | 0 | 19 | 122 | 59 | 27 |
| Octal | 241 | 13 | 276 | 17 | 136 | 0 | 31 | 442 | 131 | 47 |
| Binary | 10100001 | 1011 | 10111110 | 1111 | 1011110 | 0 | 11001 | 100100010 | 1011001 | 100111 |
Color Harmonies of #A10BBE
Complementary color
Monochromatic Colors of #A10BBE
Black with #A10BBE
Text Example
Text Example
White with #A10BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A10BBE; }
p { color: rgb(161,11,190); }
H1.HeaderClassName
{
color: #A10BBE;
}
.AnyTagClassName
{
color: #A10BBE;
}
</style>
background-color css
<style>
a { background-color: #A10BBE; }
a { background-color: rgb(161,11,190); }
div.DivClassName
{
background-color: #A10BBE;
}
.BgClassName
{
background-color: #A10BBE;
}
</style>
border-color css
<style>
span { border-color: #A10BBE; }
span { border-color: rgb(161,11,190); }
td.TdClassName
{
border-color: #A10BBE;
}
.TagClassName
{
border-color: #A10BBE;
}
</style>