Shades of Dark Violet #A90AD0
Tints of Dark Violet #A90AD0
RGB
CMYK
RGB Variations
Color information
#A90AD0 (or 0xA90AD0) is known color: Dark Violet. HEX triplet: A9, 0A and D0. RGB value is (169,10,208). Sum of RGB (Red+Green+Blue) = 169+10+208=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 10 (4.30% from 255 or 2.58% from 387); Blue value is 208 (81.64% from 255 or 53.75% from 387); Max value from RGB is 208 - color contains mainly: blue. Hex color #A90AD0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90AD0 is #56F52F. Grayscale: #4F4F4F. Windows color (decimal): -5698864 or 13634217. OLE color: 13634217.
HSL color Cylindrical-coordinate representation of color #A90AD0: hue angle of 288.18º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A90AD0 is Cyan = 0.19, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 10 | 208 | - |
| CMYK | 0.19 | 0.95 | 0 | 0.18 |
| HSL | 288.18º | 0.91% | 0.43% | - |
| HSV(B) | 288.18º | 0.95% | 0.82% | - |
| XYZ | 27.86 | 13.21 | 60.76 | - |
| YUV | 80.11 | 200.18 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 10 | 208 | 0.19 | 0.95 | 0 | 0.18 | 288.18 | 0.91 | 0.43 |
| Hex | A9 | A | D0 | 13 | 5F | 0 | 12 | 120 | 5B | 2B |
| Octal | 251 | 12 | 320 | 23 | 137 | 0 | 22 | 440 | 133 | 53 |
| Binary | 10101001 | 1010 | 11010000 | 10011 | 1011111 | 0 | 10010 | 100100000 | 1011011 | 101011 |
Color Harmonies of #A90AD0
Complementary color
Monochromatic Colors of #A90AD0
Black with #A90AD0
Text Example
Text Example
White with #A90AD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90AD0; }
p { color: rgb(169,10,208); }
H1.HeaderClassName
{
color: #A90AD0;
}
.AnyTagClassName
{
color: #A90AD0;
}
</style>
background-color css
<style>
a { background-color: #A90AD0; }
a { background-color: rgb(169,10,208); }
div.DivClassName
{
background-color: #A90AD0;
}
.BgClassName
{
background-color: #A90AD0;
}
</style>
border-color css
<style>
span { border-color: #A90AD0; }
span { border-color: rgb(169,10,208); }
td.TdClassName
{
border-color: #A90AD0;
}
.TagClassName
{
border-color: #A90AD0;
}
</style>