Shades of Dark Violet #A90DC7
Tints of Dark Violet #A90DC7
RGB
CMYK
RGB Variations
Color information
#A90DC7 (or 0xA90DC7) is known color: Dark Violet. HEX triplet: A9, 0D and C7. RGB value is (169,13,199). Sum of RGB (Red+Green+Blue) = 169+13+199=381 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.36% from 381); Green value is 13 (5.47% from 255 or 3.41% from 381); Blue value is 199 (78.12% from 255 or 52.23% from 381); Max value from RGB is 199 - color contains mainly: blue. Hex color #A90DC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90DC7 is #56F238. Grayscale: #505050. Windows color (decimal): -5698105 or 13045161. OLE color: 13045161.
HSL color Cylindrical-coordinate representation of color #A90DC7: hue angle of 290.32º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A90DC7 is Cyan = 0.15, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 13 | 199 | - |
| CMYK | 0.15 | 0.93 | 0 | 0.22 |
| HSL | 290.32º | 0.88% | 0.42% | - |
| HSV(B) | 290.32º | 0.93% | 0.78% | - |
| XYZ | 26.81 | 12.85 | 55.1 | - |
| YUV | 80.85 | 194.68 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 13 | 199 | 0.15 | 0.93 | 0 | 0.22 | 290.32 | 0.88 | 0.42 |
| Hex | A9 | D | C7 | F | 5D | 0 | 16 | 122 | 58 | 2A |
| Octal | 251 | 15 | 307 | 17 | 135 | 0 | 26 | 442 | 130 | 52 |
| Binary | 10101001 | 1101 | 11000111 | 1111 | 1011101 | 0 | 10110 | 100100010 | 1011000 | 101010 |
Color Harmonies of #A90DC7
Complementary color
Monochromatic Colors of #A90DC7
Black with #A90DC7
Text Example
Text Example
White with #A90DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90DC7; }
p { color: rgb(169,13,199); }
H1.HeaderClassName
{
color: #A90DC7;
}
.AnyTagClassName
{
color: #A90DC7;
}
</style>
background-color css
<style>
a { background-color: #A90DC7; }
a { background-color: rgb(169,13,199); }
div.DivClassName
{
background-color: #A90DC7;
}
.BgClassName
{
background-color: #A90DC7;
}
</style>
border-color css
<style>
span { border-color: #A90DC7; }
span { border-color: rgb(169,13,199); }
td.TdClassName
{
border-color: #A90DC7;
}
.TagClassName
{
border-color: #A90DC7;
}
</style>