Shades of Dark Violet #A90CCC
Tints of Dark Violet #A90CCC
RGB
CMYK
RGB Variations
Color information
#A90CCC (or 0xA90CCC) is known color: Dark Violet. HEX triplet: A9, 0C and CC. RGB value is (169,12,204). Sum of RGB (Red+Green+Blue) = 169+12+204=385 (50% of max value = 765). Red value is 169 (66.41% from 255 or 43.90% from 385); Green value is 12 (5.08% from 255 or 3.12% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #A90CCC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90CCC is #56F333. Grayscale: #505050. Windows color (decimal): -5698356 or 13372585. OLE color: 13372585.
HSL color Cylindrical-coordinate representation of color #A90CCC: hue angle of 289.06º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90CCC is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 169 | 12 | 204 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.2 |
| HSL | 289.06º | 0.89% | 0.42% | - |
| HSV(B) | 289.06º | 0.94% | 0.8% | - |
| XYZ | 27.39 | 13.06 | 58.2 | - |
| YUV | 80.83 | 197.51 | 190.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 12 | 204 | 0.17 | 0.94 | 0 | 0.2 | 289.06 | 0.89 | 0.42 |
| Hex | A9 | C | CC | 11 | 5E | 0 | 14 | 121 | 59 | 2A |
| Octal | 251 | 14 | 314 | 21 | 136 | 0 | 24 | 441 | 131 | 52 |
| Binary | 10101001 | 1100 | 11001100 | 10001 | 1011110 | 0 | 10100 | 100100001 | 1011001 | 101010 |
Color Harmonies of #A90CCC
Complementary color
Monochromatic Colors of #A90CCC
Black with #A90CCC
Text Example
Text Example
White with #A90CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90CCC; }
p { color: rgb(169,12,204); }
H1.HeaderClassName
{
color: #A90CCC;
}
.AnyTagClassName
{
color: #A90CCC;
}
</style>
background-color css
<style>
a { background-color: #A90CCC; }
a { background-color: rgb(169,12,204); }
div.DivClassName
{
background-color: #A90CCC;
}
.BgClassName
{
background-color: #A90CCC;
}
</style>
border-color css
<style>
span { border-color: #A90CCC; }
span { border-color: rgb(169,12,204); }
td.TdClassName
{
border-color: #A90CCC;
}
.TagClassName
{
border-color: #A90CCC;
}
</style>