Shades of Dark Violet #A90ED8
Tints of Dark Violet #A90ED8
RGB
CMYK
RGB Variations
Color information
#A90ED8 (or 0xA90ED8) is known color: Dark Violet. HEX triplet: A9, 0E and D8. RGB value is (169,14,216). Sum of RGB (Red+Green+Blue) = 169+14+216=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 14 (5.86% from 255 or 3.51% from 399); Blue value is 216 (84.77% from 255 or 54.14% from 399); Max value from RGB is 216 - color contains mainly: blue. Hex color #A90ED8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90ED8 is #56F127. Grayscale: #525252. Windows color (decimal): -5697832 or 14159529. OLE color: 14159529.
HSL color Cylindrical-coordinate representation of color #A90ED8: hue angle of 286.04º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90ED8 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 14 | 216 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.15 |
| HSL | 286.04º | 0.88% | 0.45% | - |
| HSV(B) | 286.04º | 0.94% | 0.85% | - |
| XYZ | 28.91 | 13.71 | 66.09 | - |
| YUV | 83.37 | 202.85 | 189.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 14 | 216 | 0.22 | 0.94 | 0 | 0.15 | 286.04 | 0.88 | 0.45 |
| Hex | A9 | E | D8 | 16 | 5E | 0 | F | 11E | 58 | 2D |
| Octal | 251 | 16 | 330 | 26 | 136 | 0 | 17 | 436 | 130 | 55 |
| Binary | 10101001 | 1110 | 11011000 | 10110 | 1011110 | 0 | 1111 | 100011110 | 1011000 | 101101 |
Color Harmonies of #A90ED8
Complementary color
Monochromatic Colors of #A90ED8
Black with #A90ED8
Text Example
Text Example
White with #A90ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90ED8; }
p { color: rgb(169,14,216); }
H1.HeaderClassName
{
color: #A90ED8;
}
.AnyTagClassName
{
color: #A90ED8;
}
</style>
background-color css
<style>
a { background-color: #A90ED8; }
a { background-color: rgb(169,14,216); }
div.DivClassName
{
background-color: #A90ED8;
}
.BgClassName
{
background-color: #A90ED8;
}
</style>
border-color css
<style>
span { border-color: #A90ED8; }
span { border-color: rgb(169,14,216); }
td.TdClassName
{
border-color: #A90ED8;
}
.TagClassName
{
border-color: #A90ED8;
}
</style>