Shades of Dark Violet #A90AD8
Tints of Dark Violet #A90AD8
RGB
CMYK
RGB Variations
Color information
#A90AD8 (or 0xA90AD8) is known color: Dark Violet. HEX triplet: A9, 0A and D8. RGB value is (169,10,216). Sum of RGB (Red+Green+Blue) = 169+10+216=395 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.78% from 395); Green value is 10 (4.30% from 255 or 2.53% from 395); Blue value is 216 (84.77% from 255 or 54.68% from 395); Max value from RGB is 216 - color contains mainly: blue. Hex color #A90AD8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90AD8 is #56F527. Grayscale: #505050. Windows color (decimal): -5698856 or 14158505. OLE color: 14158505.
HSL color Cylindrical-coordinate representation of color #A90AD8: hue angle of 286.31º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A90AD8 is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 10 | 216 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.15 |
| HSL | 286.31º | 0.91% | 0.44% | - |
| HSV(B) | 286.31º | 0.95% | 0.85% | - |
| XYZ | 28.87 | 13.61 | 66.07 | - |
| YUV | 81.03 | 204.18 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 10 | 216 | 0.22 | 0.95 | 0 | 0.15 | 286.31 | 0.91 | 0.44 |
| Hex | A9 | A | D8 | 16 | 5F | 0 | F | 11E | 5B | 2C |
| Octal | 251 | 12 | 330 | 26 | 137 | 0 | 17 | 436 | 133 | 54 |
| Binary | 10101001 | 1010 | 11011000 | 10110 | 1011111 | 0 | 1111 | 100011110 | 1011011 | 101100 |
Color Harmonies of #A90AD8
Complementary color
Monochromatic Colors of #A90AD8
Black with #A90AD8
Text Example
Text Example
White with #A90AD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90AD8; }
p { color: rgb(169,10,216); }
H1.HeaderClassName
{
color: #A90AD8;
}
.AnyTagClassName
{
color: #A90AD8;
}
</style>
background-color css
<style>
a { background-color: #A90AD8; }
a { background-color: rgb(169,10,216); }
div.DivClassName
{
background-color: #A90AD8;
}
.BgClassName
{
background-color: #A90AD8;
}
</style>
border-color css
<style>
span { border-color: #A90AD8; }
span { border-color: rgb(169,10,216); }
td.TdClassName
{
border-color: #A90AD8;
}
.TagClassName
{
border-color: #A90AD8;
}
</style>