Shades of Dark Violet #A90DC9
Tints of Dark Violet #A90DC9
RGB
CMYK
RGB Variations
Color information
#A90DC9 (or 0xA90DC9) is known color: Dark Violet. HEX triplet: A9, 0D and C9. RGB value is (169,13,201). Sum of RGB (Red+Green+Blue) = 169+13+201=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 13 (5.47% from 255 or 3.39% from 383); Blue value is 201 (78.91% from 255 or 52.48% from 383); Max value from RGB is 201 - color contains mainly: blue. Hex color #A90DC9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90DC9 is #56F236. Grayscale: #505050. Windows color (decimal): -5698103 or 13176233. OLE color: 13176233.
HSL color Cylindrical-coordinate representation of color #A90DC9: hue angle of 289.79º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90DC9 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 13 | 201 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.21 |
| HSL | 289.79º | 0.88% | 0.42% | - |
| HSV(B) | 289.79º | 0.94% | 0.79% | - |
| XYZ | 27.05 | 12.94 | 56.33 | - |
| YUV | 81.08 | 195.68 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 13 | 201 | 0.16 | 0.94 | 0 | 0.21 | 289.79 | 0.88 | 0.42 |
| Hex | A9 | D | C9 | 10 | 5E | 0 | 15 | 122 | 58 | 2A |
| Octal | 251 | 15 | 311 | 20 | 136 | 0 | 25 | 442 | 130 | 52 |
| Binary | 10101001 | 1101 | 11001001 | 10000 | 1011110 | 0 | 10101 | 100100010 | 1011000 | 101010 |
Color Harmonies of #A90DC9
Complementary color
Monochromatic Colors of #A90DC9
Black with #A90DC9
Text Example
Text Example
White with #A90DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90DC9; }
p { color: rgb(169,13,201); }
H1.HeaderClassName
{
color: #A90DC9;
}
.AnyTagClassName
{
color: #A90DC9;
}
</style>
background-color css
<style>
a { background-color: #A90DC9; }
a { background-color: rgb(169,13,201); }
div.DivClassName
{
background-color: #A90DC9;
}
.BgClassName
{
background-color: #A90DC9;
}
</style>
border-color css
<style>
span { border-color: #A90DC9; }
span { border-color: rgb(169,13,201); }
td.TdClassName
{
border-color: #A90DC9;
}
.TagClassName
{
border-color: #A90DC9;
}
</style>