Shades of Dark Violet #A90ECD
Tints of Dark Violet #A90ECD
RGB
CMYK
RGB Variations
Color information
#A90ECD (or 0xA90ECD) is known color: Dark Violet. HEX triplet: A9, 0E and CD. RGB value is (169,14,205). Sum of RGB (Red+Green+Blue) = 169+14+205=388 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.56% from 388); Green value is 14 (5.86% from 255 or 3.61% from 388); Blue value is 205 (80.47% from 255 or 52.84% from 388); Max value from RGB is 205 - color contains mainly: blue. Hex color #A90ECD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90ECD is #56F132. Grayscale: #515151. Windows color (decimal): -5697843 or 13438633. OLE color: 13438633.
HSL color Cylindrical-coordinate representation of color #A90ECD: hue angle of 288.69º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90ECD is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 14 | 205 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.20 |
| HSL | 288.69º | 0.87% | 0.43% | - |
| HSV(B) | 288.69º | 0.93% | 0.8% | - |
| XYZ | 27.54 | 13.16 | 58.85 | - |
| YUV | 82.12 | 197.35 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 14 | 205 | 0.18 | 0.93 | 0 | 0.20 | 288.69 | 0.87 | 0.43 |
| Hex | A9 | E | CD | 12 | 5D | 0 | 14 | 121 | 57 | 2B |
| Octal | 251 | 16 | 315 | 22 | 135 | 0 | 24 | 441 | 127 | 53 |
| Binary | 10101001 | 1110 | 11001101 | 10010 | 1011101 | 0 | 10100 | 100100001 | 1010111 | 101011 |
Color Harmonies of #A90ECD
Complementary color
Monochromatic Colors of #A90ECD
Black with #A90ECD
Text Example
Text Example
White with #A90ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90ECD; }
p { color: rgb(169,14,205); }
H1.HeaderClassName
{
color: #A90ECD;
}
.AnyTagClassName
{
color: #A90ECD;
}
</style>
background-color css
<style>
a { background-color: #A90ECD; }
a { background-color: rgb(169,14,205); }
div.DivClassName
{
background-color: #A90ECD;
}
.BgClassName
{
background-color: #A90ECD;
}
</style>
border-color css
<style>
span { border-color: #A90ECD; }
span { border-color: rgb(169,14,205); }
td.TdClassName
{
border-color: #A90ECD;
}
.TagClassName
{
border-color: #A90ECD;
}
</style>