Shades of Dark Violet #A90DB9
Tints of Dark Violet #A90DB9
RGB
CMYK
RGB Variations
Color information
#A90DB9 (or 0xA90DB9) is known color: Dark Violet. HEX triplet: A9, 0D and B9. RGB value is (169,13,185). Sum of RGB (Red+Green+Blue) = 169+13+185=367 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.05% from 367); Green value is 13 (5.47% from 255 or 3.54% from 367); Blue value is 185 (72.66% from 255 or 50.41% from 367); Max value from RGB is 185 - color contains mainly: blue. Hex color #A90DB9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90DB9 is #56F246. Grayscale: #4E4E4E. Windows color (decimal): -5698119 or 12127657. OLE color: 12127657.
HSL color Cylindrical-coordinate representation of color #A90DB9: hue angle of 294.42º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90DB9 is Cyan = 0.09, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 169 | 13 | 185 | - |
| CMYK | 0.09 | 0.93 | 0 | 0.27 |
| HSL | 294.42º | 0.87% | 0.39% | - |
| HSV(B) | 294.42º | 0.93% | 0.73% | - |
| XYZ | 25.26 | 12.23 | 46.93 | - |
| YUV | 79.25 | 187.68 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 13 | 185 | 0.09 | 0.93 | 0 | 0.27 | 294.42 | 0.87 | 0.39 |
| Hex | A9 | D | B9 | 9 | 5D | 0 | 1B | 126 | 57 | 27 |
| Octal | 251 | 15 | 271 | 11 | 135 | 0 | 33 | 446 | 127 | 47 |
| Binary | 10101001 | 1101 | 10111001 | 1001 | 1011101 | 0 | 11011 | 100100110 | 1010111 | 100111 |
Color Harmonies of #A90DB9
Complementary color
Monochromatic Colors of #A90DB9
Black with #A90DB9
Text Example
Text Example
White with #A90DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90DB9; }
p { color: rgb(169,13,185); }
H1.HeaderClassName
{
color: #A90DB9;
}
.AnyTagClassName
{
color: #A90DB9;
}
</style>
background-color css
<style>
a { background-color: #A90DB9; }
a { background-color: rgb(169,13,185); }
div.DivClassName
{
background-color: #A90DB9;
}
.BgClassName
{
background-color: #A90DB9;
}
</style>
border-color css
<style>
span { border-color: #A90DB9; }
span { border-color: rgb(169,13,185); }
td.TdClassName
{
border-color: #A90DB9;
}
.TagClassName
{
border-color: #A90DB9;
}
</style>