Shades of Dark Violet #A90CCE
Tints of Dark Violet #A90CCE
RGB
CMYK
RGB Variations
Color information
#A90CCE (or 0xA90CCE) is known color: Dark Violet. HEX triplet: A9, 0C and CE. RGB value is (169,12,206). Sum of RGB (Red+Green+Blue) = 169+12+206=387 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.67% from 387); Green value is 12 (5.08% from 255 or 3.10% from 387); Blue value is 206 (80.86% from 255 or 53.23% from 387); Max value from RGB is 206 - color contains mainly: blue. Hex color #A90CCE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90CCE is #56F331. Grayscale: #505050. Windows color (decimal): -5698354 or 13503657. OLE color: 13503657.
HSL color Cylindrical-coordinate representation of color #A90CCE: hue angle of 288.56º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90CCE is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 12 | 206 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.19 |
| HSL | 288.56º | 0.89% | 0.43% | - |
| HSV(B) | 288.56º | 0.94% | 0.81% | - |
| XYZ | 27.63 | 13.15 | 59.48 | - |
| YUV | 81.06 | 198.51 | 190.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 12 | 206 | 0.18 | 0.94 | 0 | 0.19 | 288.56 | 0.89 | 0.43 |
| Hex | A9 | C | CE | 12 | 5E | 0 | 13 | 121 | 59 | 2B |
| Octal | 251 | 14 | 316 | 22 | 136 | 0 | 23 | 441 | 131 | 53 |
| Binary | 10101001 | 1100 | 11001110 | 10010 | 1011110 | 0 | 10011 | 100100001 | 1011001 | 101011 |
Color Harmonies of #A90CCE
Complementary color
Monochromatic Colors of #A90CCE
Black with #A90CCE
Text Example
Text Example
White with #A90CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90CCE; }
p { color: rgb(169,12,206); }
H1.HeaderClassName
{
color: #A90CCE;
}
.AnyTagClassName
{
color: #A90CCE;
}
</style>
background-color css
<style>
a { background-color: #A90CCE; }
a { background-color: rgb(169,12,206); }
div.DivClassName
{
background-color: #A90CCE;
}
.BgClassName
{
background-color: #A90CCE;
}
</style>
border-color css
<style>
span { border-color: #A90CCE; }
span { border-color: rgb(169,12,206); }
td.TdClassName
{
border-color: #A90CCE;
}
.TagClassName
{
border-color: #A90CCE;
}
</style>