Shades of Dark Violet #A90FDA
Tints of Dark Violet #A90FDA
RGB
CMYK
RGB Variations
Color information
#A90FDA (or 0xA90FDA) is known color: Dark Violet. HEX triplet: A9, 0F and DA. RGB value is (169,15,218). Sum of RGB (Red+Green+Blue) = 169+15+218=402 (53% of max value = 765). Red value is 169 (66.41% from 255 or 42.04% from 402); Green value is 15 (6.25% from 255 or 3.73% from 402); Blue value is 218 (85.55% from 255 or 54.23% from 402); Max value from RGB is 218 - color contains mainly: blue. Hex color #A90FDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90FDA is #56F025. Grayscale: #535353. Windows color (decimal): -5697574 or 14290857. OLE color: 14290857.
HSL color Cylindrical-coordinate representation of color #A90FDA: hue angle of 285.52º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90FDA is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 15 | 218 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.15 |
| HSL | 285.52º | 0.87% | 0.46% | - |
| HSV(B) | 285.52º | 0.93% | 0.85% | - |
| XYZ | 29.19 | 13.84 | 67.46 | - |
| YUV | 84.19 | 203.52 | 188.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 15 | 218 | 0.22 | 0.93 | 0 | 0.15 | 285.52 | 0.87 | 0.46 |
| Hex | A9 | F | DA | 16 | 5D | 0 | F | 11E | 57 | 2E |
| Octal | 251 | 17 | 332 | 26 | 135 | 0 | 17 | 436 | 127 | 56 |
| Binary | 10101001 | 1111 | 11011010 | 10110 | 1011101 | 0 | 1111 | 100011110 | 1010111 | 101110 |
Color Harmonies of #A90FDA
Complementary color
Monochromatic Colors of #A90FDA
Black with #A90FDA
Text Example
Text Example
White with #A90FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90FDA; }
p { color: rgb(169,15,218); }
H1.HeaderClassName
{
color: #A90FDA;
}
.AnyTagClassName
{
color: #A90FDA;
}
</style>
background-color css
<style>
a { background-color: #A90FDA; }
a { background-color: rgb(169,15,218); }
div.DivClassName
{
background-color: #A90FDA;
}
.BgClassName
{
background-color: #A90FDA;
}
</style>
border-color css
<style>
span { border-color: #A90FDA; }
span { border-color: rgb(169,15,218); }
td.TdClassName
{
border-color: #A90FDA;
}
.TagClassName
{
border-color: #A90FDA;
}
</style>