Shades of Dark Violet #A90CDA
Tints of Dark Violet #A90CDA
RGB
CMYK
RGB Variations
Color information
#A90CDA (or 0xA90CDA) is known color: Dark Violet. HEX triplet: A9, 0C and DA. RGB value is (169,12,218). Sum of RGB (Red+Green+Blue) = 169+12+218=399 (52% of max value = 765). Red value is 169 (66.41% from 255 or 42.36% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 218 (85.55% from 255 or 54.64% from 399); Max value from RGB is 218 - color contains mainly: blue. Hex color #A90CDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90CDA is #56F325. Grayscale: #515151. Windows color (decimal): -5698342 or 14290089. OLE color: 14290089.
HSL color Cylindrical-coordinate representation of color #A90CDA: hue angle of 285.73º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90CDA is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 12 | 218 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.15 |
| HSL | 285.73º | 0.9% | 0.45% | - |
| HSV(B) | 285.73º | 0.94% | 0.85% | - |
| XYZ | 29.15 | 13.76 | 67.45 | - |
| YUV | 82.43 | 204.51 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 12 | 218 | 0.22 | 0.94 | 0 | 0.15 | 285.73 | 0.9 | 0.45 |
| Hex | A9 | C | DA | 16 | 5E | 0 | F | 11E | 5A | 2D |
| Octal | 251 | 14 | 332 | 26 | 136 | 0 | 17 | 436 | 132 | 55 |
| Binary | 10101001 | 1100 | 11011010 | 10110 | 1011110 | 0 | 1111 | 100011110 | 1011010 | 101101 |
Color Harmonies of #A90CDA
Complementary color
Monochromatic Colors of #A90CDA
Black with #A90CDA
Text Example
Text Example
White with #A90CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90CDA; }
p { color: rgb(169,12,218); }
H1.HeaderClassName
{
color: #A90CDA;
}
.AnyTagClassName
{
color: #A90CDA;
}
</style>
background-color css
<style>
a { background-color: #A90CDA; }
a { background-color: rgb(169,12,218); }
div.DivClassName
{
background-color: #A90CDA;
}
.BgClassName
{
background-color: #A90CDA;
}
</style>
border-color css
<style>
span { border-color: #A90CDA; }
span { border-color: rgb(169,12,218); }
td.TdClassName
{
border-color: #A90CDA;
}
.TagClassName
{
border-color: #A90CDA;
}
</style>