Shades of Dark Violet #A90DD1
Tints of Dark Violet #A90DD1
RGB
CMYK
RGB Variations
Color information
#A90DD1 (or 0xA90DD1) is known color: Dark Violet. HEX triplet: A9, 0D and D1. RGB value is (169,13,209). Sum of RGB (Red+Green+Blue) = 169+13+209=391 (51% of max value = 765). Red value is 169 (66.41% from 255 or 43.22% from 391); Green value is 13 (5.47% from 255 or 3.32% from 391); Blue value is 209 (82.03% from 255 or 53.45% from 391); Max value from RGB is 209 - color contains mainly: blue. Hex color #A90DD1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90DD1 is #56F22E. Grayscale: #515151. Windows color (decimal): -5698095 or 13700521. OLE color: 13700521.
HSL color Cylindrical-coordinate representation of color #A90DD1: hue angle of 287.76º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90DD1 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 13 | 209 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.18 |
| HSL | 287.76º | 0.88% | 0.44% | - |
| HSV(B) | 287.76º | 0.94% | 0.82% | - |
| XYZ | 28.01 | 13.33 | 61.42 | - |
| YUV | 81.99 | 199.68 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 13 | 209 | 0.19 | 0.94 | 0 | 0.18 | 287.76 | 0.88 | 0.44 |
| Hex | A9 | D | D1 | 13 | 5E | 0 | 12 | 120 | 58 | 2C |
| Octal | 251 | 15 | 321 | 23 | 136 | 0 | 22 | 440 | 130 | 54 |
| Binary | 10101001 | 1101 | 11010001 | 10011 | 1011110 | 0 | 10010 | 100100000 | 1011000 | 101100 |
Color Harmonies of #A90DD1
Complementary color
Monochromatic Colors of #A90DD1
Black with #A90DD1
Text Example
Text Example
White with #A90DD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90DD1; }
p { color: rgb(169,13,209); }
H1.HeaderClassName
{
color: #A90DD1;
}
.AnyTagClassName
{
color: #A90DD1;
}
</style>
background-color css
<style>
a { background-color: #A90DD1; }
a { background-color: rgb(169,13,209); }
div.DivClassName
{
background-color: #A90DD1;
}
.BgClassName
{
background-color: #A90DD1;
}
</style>
border-color css
<style>
span { border-color: #A90DD1; }
span { border-color: rgb(169,13,209); }
td.TdClassName
{
border-color: #A90DD1;
}
.TagClassName
{
border-color: #A90DD1;
}
</style>