Shades of Dark Violet #A90ADB
Tints of Dark Violet #A90ADB
RGB
CMYK
RGB Variations
Color information
#A90ADB (or 0xA90ADB) is known color: Dark Violet. HEX triplet: A9, 0A and DB. RGB value is (169,10,219). Sum of RGB (Red+Green+Blue) = 169+10+219=398 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.46% from 398); Green value is 10 (4.30% from 255 or 2.51% from 398); Blue value is 219 (85.94% from 255 or 55.03% from 398); Max value from RGB is 219 - color contains mainly: blue. Hex color #A90ADB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90ADB is #56F524. Grayscale: #505050. Windows color (decimal): -5698853 or 14355113. OLE color: 14355113.
HSL color Cylindrical-coordinate representation of color #A90ADB: hue angle of 285.65º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A90ADB is Cyan = 0.23, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 10 | 219 | - |
| CMYK | 0.23 | 0.95 | 0 | 0.14 |
| HSL | 285.65º | 0.91% | 0.45% | - |
| HSV(B) | 285.65º | 0.95% | 0.86% | - |
| XYZ | 29.26 | 13.77 | 68.13 | - |
| YUV | 81.37 | 205.68 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 10 | 219 | 0.23 | 0.95 | 0 | 0.14 | 285.65 | 0.91 | 0.45 |
| Hex | A9 | A | DB | 17 | 5F | 0 | E | 11E | 5B | 2D |
| Octal | 251 | 12 | 333 | 27 | 137 | 0 | 16 | 436 | 133 | 55 |
| Binary | 10101001 | 1010 | 11011011 | 10111 | 1011111 | 0 | 1110 | 100011110 | 1011011 | 101101 |
Color Harmonies of #A90ADB
Complementary color
Monochromatic Colors of #A90ADB
Black with #A90ADB
Text Example
Text Example
White with #A90ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90ADB; }
p { color: rgb(169,10,219); }
H1.HeaderClassName
{
color: #A90ADB;
}
.AnyTagClassName
{
color: #A90ADB;
}
</style>
background-color css
<style>
a { background-color: #A90ADB; }
a { background-color: rgb(169,10,219); }
div.DivClassName
{
background-color: #A90ADB;
}
.BgClassName
{
background-color: #A90ADB;
}
</style>
border-color css
<style>
span { border-color: #A90ADB; }
span { border-color: rgb(169,10,219); }
td.TdClassName
{
border-color: #A90ADB;
}
.TagClassName
{
border-color: #A90ADB;
}
</style>