Shades of Dark Violet #A90EBE
Tints of Dark Violet #A90EBE
RGB
CMYK
RGB Variations
Color information
#A90EBE (or 0xA90EBE) is known color: Dark Violet. HEX triplet: A9, 0E and BE. RGB value is (169,14,190). Sum of RGB (Red+Green+Blue) = 169+14+190=373 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.31% from 373); Green value is 14 (5.86% from 255 or 3.75% from 373); Blue value is 190 (74.61% from 255 or 50.94% from 373); Max value from RGB is 190 - color contains mainly: blue. Hex color #A90EBE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90EBE is #56F141. Grayscale: #4F4F4F. Windows color (decimal): -5697858 or 12455593. OLE color: 12455593.
HSL color Cylindrical-coordinate representation of color #A90EBE: hue angle of 292.84º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90EBE is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 14 | 190 | - |
| CMYK | 0.11 | 0.93 | 0 | 0.25 |
| HSL | 292.84º | 0.86% | 0.4% | - |
| HSV(B) | 292.84º | 0.93% | 0.75% | - |
| XYZ | 25.81 | 12.47 | 49.76 | - |
| YUV | 80.41 | 189.85 | 191.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 14 | 190 | 0.11 | 0.93 | 0 | 0.25 | 292.84 | 0.86 | 0.4 |
| Hex | A9 | E | BE | B | 5D | 0 | 19 | 125 | 56 | 28 |
| Octal | 251 | 16 | 276 | 13 | 135 | 0 | 31 | 445 | 126 | 50 |
| Binary | 10101001 | 1110 | 10111110 | 1011 | 1011101 | 0 | 11001 | 100100101 | 1010110 | 101000 |
Color Harmonies of #A90EBE
Complementary color
Monochromatic Colors of #A90EBE
Black with #A90EBE
Text Example
Text Example
White with #A90EBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90EBE; }
p { color: rgb(169,14,190); }
H1.HeaderClassName
{
color: #A90EBE;
}
.AnyTagClassName
{
color: #A90EBE;
}
</style>
background-color css
<style>
a { background-color: #A90EBE; }
a { background-color: rgb(169,14,190); }
div.DivClassName
{
background-color: #A90EBE;
}
.BgClassName
{
background-color: #A90EBE;
}
</style>
border-color css
<style>
span { border-color: #A90EBE; }
span { border-color: rgb(169,14,190); }
td.TdClassName
{
border-color: #A90EBE;
}
.TagClassName
{
border-color: #A90EBE;
}
</style>