Shades of Dark Violet #A910BA
Tints of Dark Violet #A910BA
RGB
CMYK
RGB Variations
Color information
#A910BA (or 0xA910BA) is known color: Dark Violet. HEX triplet: A9, 10 and BA. RGB value is (169,16,186). Sum of RGB (Red+Green+Blue) = 169+16+186=371 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.55% from 371); Green value is 16 (6.64% from 255 or 4.31% from 371); Blue value is 186 (73.05% from 255 or 50.13% from 371); Max value from RGB is 186 - color contains mainly: blue. Hex color #A910BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A910BA is #56EF45. Grayscale: #505050. Windows color (decimal): -5697350 or 12193961. OLE color: 12193961.
HSL color Cylindrical-coordinate representation of color #A910BA: hue angle of 294º 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 #A910BA is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 16 | 186 | - |
| CMYK | 0.09 | 0.91 | 0 | 0.27 |
| HSL | 294º | 0.84% | 0.4% | - |
| HSV(B) | 294º | 0.91% | 0.73% | - |
| XYZ | 25.41 | 12.35 | 47.5 | - |
| YUV | 81.13 | 187.19 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 16 | 186 | 0.09 | 0.91 | 0 | 0.27 | 294 | 0.84 | 0.4 |
| Hex | A9 | 10 | BA | 9 | 5B | 0 | 1B | 126 | 54 | 28 |
| Octal | 251 | 20 | 272 | 11 | 133 | 0 | 33 | 446 | 124 | 50 |
| Binary | 10101001 | 10000 | 10111010 | 1001 | 1011011 | 0 | 11011 | 100100110 | 1010100 | 101000 |
Color Harmonies of #A910BA
Complementary color
Monochromatic Colors of #A910BA
Black with #A910BA
Text Example
Text Example
White with #A910BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A910BA; }
p { color: rgb(169,16,186); }
H1.HeaderClassName
{
color: #A910BA;
}
.AnyTagClassName
{
color: #A910BA;
}
</style>
background-color css
<style>
a { background-color: #A910BA; }
a { background-color: rgb(169,16,186); }
div.DivClassName
{
background-color: #A910BA;
}
.BgClassName
{
background-color: #A910BA;
}
</style>
border-color css
<style>
span { border-color: #A910BA; }
span { border-color: rgb(169,16,186); }
td.TdClassName
{
border-color: #A910BA;
}
.TagClassName
{
border-color: #A910BA;
}
</style>