Shades of Dark Violet #A90ECC
Tints of Dark Violet #A90ECC
RGB
CMYK
RGB Variations
Color information
#A90ECC (or 0xA90ECC) is known color: Dark Violet. HEX triplet: A9, 0E and CC. RGB value is (169,14,204). Sum of RGB (Red+Green+Blue) = 169+14+204=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 14 (5.86% from 255 or 3.62% from 387); Blue value is 204 (80.08% from 255 or 52.71% from 387); Max value from RGB is 204 - color contains mainly: blue. Hex color #A90ECC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90ECC is #56F133. Grayscale: #515151. Windows color (decimal): -5697844 or 13373097. OLE color: 13373097.
HSL color Cylindrical-coordinate representation of color #A90ECC: hue angle of 288.95º 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 #A90ECC is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 14 | 204 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.2 |
| HSL | 288.95º | 0.87% | 0.43% | - |
| HSV(B) | 288.95º | 0.93% | 0.8% | - |
| XYZ | 27.42 | 13.11 | 58.21 | - |
| YUV | 82.01 | 196.85 | 190.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 14 | 204 | 0.17 | 0.93 | 0 | 0.2 | 288.95 | 0.87 | 0.43 |
| Hex | A9 | E | CC | 11 | 5D | 0 | 14 | 121 | 57 | 2B |
| Octal | 251 | 16 | 314 | 21 | 135 | 0 | 24 | 441 | 127 | 53 |
| Binary | 10101001 | 1110 | 11001100 | 10001 | 1011101 | 0 | 10100 | 100100001 | 1010111 | 101011 |
Color Harmonies of #A90ECC
Complementary color
Monochromatic Colors of #A90ECC
Black with #A90ECC
Text Example
Text Example
White with #A90ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90ECC; }
p { color: rgb(169,14,204); }
H1.HeaderClassName
{
color: #A90ECC;
}
.AnyTagClassName
{
color: #A90ECC;
}
</style>
background-color css
<style>
a { background-color: #A90ECC; }
a { background-color: rgb(169,14,204); }
div.DivClassName
{
background-color: #A90ECC;
}
.BgClassName
{
background-color: #A90ECC;
}
</style>
border-color css
<style>
span { border-color: #A90ECC; }
span { border-color: rgb(169,14,204); }
td.TdClassName
{
border-color: #A90ECC;
}
.TagClassName
{
border-color: #A90ECC;
}
</style>