Shades of Dark Violet #A90ED9
Tints of Dark Violet #A90ED9
RGB
CMYK
RGB Variations
Color information
#A90ED9 (or 0xA90ED9) is known color: Dark Violet. HEX triplet: A9, 0E and D9. RGB value is (169,14,217). Sum of RGB (Red+Green+Blue) = 169+14+217=400 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.25% from 400); Green value is 14 (5.86% from 255 or 3.5% from 400); Blue value is 217 (85.16% from 255 or 54.25% from 400); Max value from RGB is 217 - color contains mainly: blue. Hex color #A90ED9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90ED9 is #56F126. Grayscale: #525252. Windows color (decimal): -5697831 or 14225065. OLE color: 14225065.
HSL color Cylindrical-coordinate representation of color #A90ED9: hue angle of 285.81º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90ED9 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 14 | 217 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.15 |
| HSL | 285.81º | 0.88% | 0.45% | - |
| HSV(B) | 285.81º | 0.94% | 0.85% | - |
| XYZ | 29.04 | 13.76 | 66.77 | - |
| YUV | 83.49 | 203.35 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 14 | 217 | 0.22 | 0.94 | 0 | 0.15 | 285.81 | 0.88 | 0.45 |
| Hex | A9 | E | D9 | 16 | 5E | 0 | F | 11E | 58 | 2D |
| Octal | 251 | 16 | 331 | 26 | 136 | 0 | 17 | 436 | 130 | 55 |
| Binary | 10101001 | 1110 | 11011001 | 10110 | 1011110 | 0 | 1111 | 100011110 | 1011000 | 101101 |
Color Harmonies of #A90ED9
Complementary color
Monochromatic Colors of #A90ED9
Black with #A90ED9
Text Example
Text Example
White with #A90ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90ED9; }
p { color: rgb(169,14,217); }
H1.HeaderClassName
{
color: #A90ED9;
}
.AnyTagClassName
{
color: #A90ED9;
}
</style>
background-color css
<style>
a { background-color: #A90ED9; }
a { background-color: rgb(169,14,217); }
div.DivClassName
{
background-color: #A90ED9;
}
.BgClassName
{
background-color: #A90ED9;
}
</style>
border-color css
<style>
span { border-color: #A90ED9; }
span { border-color: rgb(169,14,217); }
td.TdClassName
{
border-color: #A90ED9;
}
.TagClassName
{
border-color: #A90ED9;
}
</style>