Shades of Dark Violet #A90DC0
Tints of Dark Violet #A90DC0
RGB
CMYK
RGB Variations
Color information
#A90DC0 (or 0xA90DC0) is known color: Dark Violet. HEX triplet: A9, 0D and C0. RGB value is (169,13,192). Sum of RGB (Red+Green+Blue) = 169+13+192=374 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.19% from 374); Green value is 13 (5.47% from 255 or 3.48% from 374); Blue value is 192 (75.39% from 255 or 51.34% from 374); Max value from RGB is 192 - color contains mainly: blue. Hex color #A90DC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90DC0 is #56F23F. Grayscale: #4F4F4F. Windows color (decimal): -5698112 or 12586409. OLE color: 12586409.
HSL color Cylindrical-coordinate representation of color #A90DC0: hue angle of 292.29º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90DC0 is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 169 | 13 | 192 | - |
| CMYK | 0.12 | 0.93 | 0 | 0.25 |
| HSL | 292.29º | 0.87% | 0.4% | - |
| HSV(B) | 292.29º | 0.93% | 0.75% | - |
| XYZ | 26.02 | 12.53 | 50.92 | - |
| YUV | 80.05 | 191.18 | 191.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 13 | 192 | 0.12 | 0.93 | 0 | 0.25 | 292.29 | 0.87 | 0.4 |
| Hex | A9 | D | C0 | C | 5D | 0 | 19 | 124 | 57 | 28 |
| Octal | 251 | 15 | 300 | 14 | 135 | 0 | 31 | 444 | 127 | 50 |
| Binary | 10101001 | 1101 | 11000000 | 1100 | 1011101 | 0 | 11001 | 100100100 | 1010111 | 101000 |
Color Harmonies of #A90DC0
Complementary color
Monochromatic Colors of #A90DC0
Black with #A90DC0
Text Example
Text Example
White with #A90DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90DC0; }
p { color: rgb(169,13,192); }
H1.HeaderClassName
{
color: #A90DC0;
}
.AnyTagClassName
{
color: #A90DC0;
}
</style>
background-color css
<style>
a { background-color: #A90DC0; }
a { background-color: rgb(169,13,192); }
div.DivClassName
{
background-color: #A90DC0;
}
.BgClassName
{
background-color: #A90DC0;
}
</style>
border-color css
<style>
span { border-color: #A90DC0; }
span { border-color: rgb(169,13,192); }
td.TdClassName
{
border-color: #A90DC0;
}
.TagClassName
{
border-color: #A90DC0;
}
</style>