Shades of Dark Violet #A90DDD
Tints of Dark Violet #A90DDD
RGB
CMYK
RGB Variations
Color information
#A90DDD (or 0xA90DDD) is known color: Dark Violet. HEX triplet: A9, 0D and DD. RGB value is (169,13,221). Sum of RGB (Red+Green+Blue) = 169+13+221=403 (53% of max value = 765). Red value is 169 (66.41% from 255 or 41.94% from 403); Green value is 13 (5.47% from 255 or 3.23% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #A90DDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A90DDD is #56F222. Grayscale: #525252. Windows color (decimal): -5698083 or 14486953. OLE color: 14486953.
HSL color Cylindrical-coordinate representation of color #A90DDD: hue angle of 285º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A90DDD is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 13 | 221 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.13 |
| HSL | 285º | 0.89% | 0.46% | - |
| HSV(B) | 285º | 0.94% | 0.87% | - |
| XYZ | 29.56 | 13.94 | 69.54 | - |
| YUV | 83.36 | 205.68 | 189.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 13 | 221 | 0.24 | 0.94 | 0 | 0.13 | 285 | 0.89 | 0.46 |
| Hex | A9 | D | DD | 18 | 5E | 0 | D | 11D | 59 | 2E |
| Octal | 251 | 15 | 335 | 30 | 136 | 0 | 15 | 435 | 131 | 56 |
| Binary | 10101001 | 1101 | 11011101 | 11000 | 1011110 | 0 | 1101 | 100011101 | 1011001 | 101110 |
Color Harmonies of #A90DDD
Complementary color
Monochromatic Colors of #A90DDD
Black with #A90DDD
Text Example
Text Example
White with #A90DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A90DDD; }
p { color: rgb(169,13,221); }
H1.HeaderClassName
{
color: #A90DDD;
}
.AnyTagClassName
{
color: #A90DDD;
}
</style>
background-color css
<style>
a { background-color: #A90DDD; }
a { background-color: rgb(169,13,221); }
div.DivClassName
{
background-color: #A90DDD;
}
.BgClassName
{
background-color: #A90DDD;
}
</style>
border-color css
<style>
span { border-color: #A90DDD; }
span { border-color: rgb(169,13,221); }
td.TdClassName
{
border-color: #A90DDD;
}
.TagClassName
{
border-color: #A90DDD;
}
</style>