Shades of Dark Violet #A90BBA
Tints of Dark Violet #A90BBA
RGB
CMYK
RGB Variations
Color information
#A90BBA (or 0xA90BBA) is known color: Dark Violet. HEX triplet: A9, 0B and BA. RGB value is (169,11,186). Sum of RGB (Red+Green+Blue) = 169+11+186=366 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.17% from 366); Green value is 11 (4.69% from 255 or 3.01% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #A90BBA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90BBA is #56F445. Grayscale: #4D4D4D. Windows color (decimal): -5698630 or 12192681. OLE color: 12192681.
HSL color Cylindrical-coordinate representation of color #A90BBA: hue angle of 294.17º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90BBA is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 11 | 186 | - |
| CMYK | 0.09 | 0.94 | 0 | 0.27 |
| HSL | 294.17º | 0.89% | 0.39% | - |
| HSV(B) | 294.17º | 0.94% | 0.73% | - |
| XYZ | 25.34 | 12.22 | 47.48 | - |
| YUV | 78.19 | 188.85 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 11 | 186 | 0.09 | 0.94 | 0 | 0.27 | 294.17 | 0.89 | 0.39 |
| Hex | A9 | B | BA | 9 | 5E | 0 | 1B | 126 | 59 | 27 |
| Octal | 251 | 13 | 272 | 11 | 136 | 0 | 33 | 446 | 131 | 47 |
| Binary | 10101001 | 1011 | 10111010 | 1001 | 1011110 | 0 | 11011 | 100100110 | 1011001 | 100111 |
Color Harmonies of #A90BBA
Complementary color
Monochromatic Colors of #A90BBA
Black with #A90BBA
Text Example
Text Example
White with #A90BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90BBA; }
p { color: rgb(169,11,186); }
H1.HeaderClassName
{
color: #A90BBA;
}
.AnyTagClassName
{
color: #A90BBA;
}
</style>
background-color css
<style>
a { background-color: #A90BBA; }
a { background-color: rgb(169,11,186); }
div.DivClassName
{
background-color: #A90BBA;
}
.BgClassName
{
background-color: #A90BBA;
}
</style>
border-color css
<style>
span { border-color: #A90BBA; }
span { border-color: rgb(169,11,186); }
td.TdClassName
{
border-color: #A90BBA;
}
.TagClassName
{
border-color: #A90BBA;
}
</style>