Shades of Dark Orchid #A940DD
Tints of Dark Orchid #A940DD
RGB
CMYK
RGB Variations
Color information
#A940DD (or 0xA940DD) is known color: Dark Orchid. HEX triplet: A9, 40 and DD. RGB value is (169,64,221). Sum of RGB (Red+Green+Blue) = 169+64+221=454 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.22% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #A940DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A940DD is #56BF22. Grayscale: #707070. Windows color (decimal): -5685027 or 14500009. OLE color: 14500009.
HSL color Cylindrical-coordinate representation of color #A940DD: hue angle of 280.13º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A940DD is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 64 | 221 | - |
| CMYK | 0.24 | 0.71 | 0 | 0.13 |
| HSL | 280.13º | 0.7% | 0.56% | - |
| HSV(B) | 280.13º | 0.71% | 0.87% | - |
| XYZ | 31.25 | 17.32 | 70.1 | - |
| YUV | 113.29 | 188.79 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 64 | 221 | 0.24 | 0.71 | 0 | 0.13 | 280.13 | 0.7 | 0.56 |
| Hex | A9 | 40 | DD | 18 | 47 | 0 | D | 118 | 46 | 38 |
| Octal | 251 | 100 | 335 | 30 | 107 | 0 | 15 | 430 | 106 | 70 |
| Binary | 10101001 | 1000000 | 11011101 | 11000 | 1000111 | 0 | 1101 | 100011000 | 1000110 | 111000 |
Color Harmonies of #A940DD
Complementary color
Monochromatic Colors of #A940DD
Black with #A940DD
Text Example
Text Example
White with #A940DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A940DD; }
p { color: rgb(169,64,221); }
H1.HeaderClassName
{
color: #A940DD;
}
.AnyTagClassName
{
color: #A940DD;
}
</style>
background-color css
<style>
a { background-color: #A940DD; }
a { background-color: rgb(169,64,221); }
div.DivClassName
{
background-color: #A940DD;
}
.BgClassName
{
background-color: #A940DD;
}
</style>
border-color css
<style>
span { border-color: #A940DD; }
span { border-color: rgb(169,64,221); }
td.TdClassName
{
border-color: #A940DD;
}
.TagClassName
{
border-color: #A940DD;
}
</style>