Shades of Dark Violet #A90EDB
Tints of Dark Violet #A90EDB
RGB
CMYK
RGB Variations
Color information
#A90EDB (or 0xA90EDB) is known color: Dark Violet. HEX triplet: A9, 0E and DB. RGB value is (169,14,219). Sum of RGB (Red+Green+Blue) = 169+14+219=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 14 (5.86% from 255 or 3.48% from 402); Blue value is 219 (85.94% from 255 or 54.48% from 402); Max value from RGB is 219 - color contains mainly: blue. Hex color #A90EDB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90EDB is #56F124. Grayscale: #535353. Windows color (decimal): -5697829 or 14356137. OLE color: 14356137.
HSL color Cylindrical-coordinate representation of color #A90EDB: hue angle of 285.37º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90EDB is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 14 | 219 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.14 |
| HSL | 285.37º | 0.88% | 0.46% | - |
| HSV(B) | 285.37º | 0.94% | 0.86% | - |
| XYZ | 29.31 | 13.86 | 68.15 | - |
| YUV | 83.72 | 204.35 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 14 | 219 | 0.23 | 0.94 | 0 | 0.14 | 285.37 | 0.88 | 0.46 |
| Hex | A9 | E | DB | 17 | 5E | 0 | E | 11D | 58 | 2E |
| Octal | 251 | 16 | 333 | 27 | 136 | 0 | 16 | 435 | 130 | 56 |
| Binary | 10101001 | 1110 | 11011011 | 10111 | 1011110 | 0 | 1110 | 100011101 | 1011000 | 101110 |
Color Harmonies of #A90EDB
Complementary color
Monochromatic Colors of #A90EDB
Black with #A90EDB
Text Example
Text Example
White with #A90EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90EDB; }
p { color: rgb(169,14,219); }
H1.HeaderClassName
{
color: #A90EDB;
}
.AnyTagClassName
{
color: #A90EDB;
}
</style>
background-color css
<style>
a { background-color: #A90EDB; }
a { background-color: rgb(169,14,219); }
div.DivClassName
{
background-color: #A90EDB;
}
.BgClassName
{
background-color: #A90EDB;
}
</style>
border-color css
<style>
span { border-color: #A90EDB; }
span { border-color: rgb(169,14,219); }
td.TdClassName
{
border-color: #A90EDB;
}
.TagClassName
{
border-color: #A90EDB;
}
</style>