Shades of Dark Violet #A90EDA
Tints of Dark Violet #A90EDA
RGB
CMYK
RGB Variations
Color information
#A90EDA (or 0xA90EDA) is known color: Dark Violet. HEX triplet: A9, 0E and DA. RGB value is (169,14,218). Sum of RGB (Red+Green+Blue) = 169+14+218=401 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.14% from 401); Green value is 14 (5.86% from 255 or 3.49% from 401); Blue value is 218 (85.55% from 255 or 54.36% from 401); Max value from RGB is 218 - color contains mainly: blue. Hex color #A90EDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90EDA is #56F125. Grayscale: #525252. Windows color (decimal): -5697830 or 14290601. OLE color: 14290601.
HSL color Cylindrical-coordinate representation of color #A90EDA: hue angle of 285.59º 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 #A90EDA is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 14 | 218 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.15 |
| HSL | 285.59º | 0.88% | 0.45% | - |
| HSV(B) | 285.59º | 0.94% | 0.85% | - |
| XYZ | 29.17 | 13.81 | 67.46 | - |
| YUV | 83.6 | 203.85 | 188.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 14 | 218 | 0.22 | 0.94 | 0 | 0.15 | 285.59 | 0.88 | 0.45 |
| Hex | A9 | E | DA | 16 | 5E | 0 | F | 11E | 58 | 2D |
| Octal | 251 | 16 | 332 | 26 | 136 | 0 | 17 | 436 | 130 | 55 |
| Binary | 10101001 | 1110 | 11011010 | 10110 | 1011110 | 0 | 1111 | 100011110 | 1011000 | 101101 |
Color Harmonies of #A90EDA
Complementary color
Monochromatic Colors of #A90EDA
Black with #A90EDA
Text Example
Text Example
White with #A90EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90EDA; }
p { color: rgb(169,14,218); }
H1.HeaderClassName
{
color: #A90EDA;
}
.AnyTagClassName
{
color: #A90EDA;
}
</style>
background-color css
<style>
a { background-color: #A90EDA; }
a { background-color: rgb(169,14,218); }
div.DivClassName
{
background-color: #A90EDA;
}
.BgClassName
{
background-color: #A90EDA;
}
</style>
border-color css
<style>
span { border-color: #A90EDA; }
span { border-color: rgb(169,14,218); }
td.TdClassName
{
border-color: #A90EDA;
}
.TagClassName
{
border-color: #A90EDA;
}
</style>