Shades of Dark Violet #A90ECE
Tints of Dark Violet #A90ECE
RGB
CMYK
RGB Variations
Color information
#A90ECE (or 0xA90ECE) is known color: Dark Violet. HEX triplet: A9, 0E and CE. RGB value is (169,14,206). Sum of RGB (Red+Green+Blue) = 169+14+206=389 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.44% from 389); Green value is 14 (5.86% from 255 or 3.60% from 389); Blue value is 206 (80.86% from 255 or 52.96% from 389); Max value from RGB is 206 - color contains mainly: blue. Hex color #A90ECE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90ECE is #56F131. Grayscale: #515151. Windows color (decimal): -5697842 or 13504169. OLE color: 13504169.
HSL color Cylindrical-coordinate representation of color #A90ECE: hue angle of 288.44º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90ECE is Cyan = 0.18, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 14 | 206 | - |
| CMYK | 0.18 | 0.93 | 0 | 0.19 |
| HSL | 288.44º | 0.87% | 0.43% | - |
| HSV(B) | 288.44º | 0.93% | 0.81% | - |
| XYZ | 27.66 | 13.21 | 59.48 | - |
| YUV | 82.23 | 197.85 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 14 | 206 | 0.18 | 0.93 | 0 | 0.19 | 288.44 | 0.87 | 0.43 |
| Hex | A9 | E | CE | 12 | 5D | 0 | 13 | 120 | 57 | 2B |
| Octal | 251 | 16 | 316 | 22 | 135 | 0 | 23 | 440 | 127 | 53 |
| Binary | 10101001 | 1110 | 11001110 | 10010 | 1011101 | 0 | 10011 | 100100000 | 1010111 | 101011 |
Color Harmonies of #A90ECE
Complementary color
Monochromatic Colors of #A90ECE
Black with #A90ECE
Text Example
Text Example
White with #A90ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90ECE; }
p { color: rgb(169,14,206); }
H1.HeaderClassName
{
color: #A90ECE;
}
.AnyTagClassName
{
color: #A90ECE;
}
</style>
background-color css
<style>
a { background-color: #A90ECE; }
a { background-color: rgb(169,14,206); }
div.DivClassName
{
background-color: #A90ECE;
}
.BgClassName
{
background-color: #A90ECE;
}
</style>
border-color css
<style>
span { border-color: #A90ECE; }
span { border-color: rgb(169,14,206); }
td.TdClassName
{
border-color: #A90ECE;
}
.TagClassName
{
border-color: #A90ECE;
}
</style>