Shades of Dark Orchid #A940DF
Tints of Dark Orchid #A940DF
RGB
CMYK
RGB Variations
Color information
#A940DF (or 0xA940DF) is known color: Dark Orchid. HEX triplet: A9, 40 and DF. RGB value is (169,64,223). Sum of RGB (Red+Green+Blue) = 169+64+223=456 (60% of max value = 765). Red value is 169 (66.41% from 255 or 37.06% from 456); Green value is 64 (25.39% from 255 or 14.04% from 456); Blue value is 223 (87.5% from 255 or 48.90% from 456); Max value from RGB is 223 - color contains mainly: blue. Hex color #A940DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A940DF is #56BF20. Grayscale: #707070. Windows color (decimal): -5685025 or 14631081. OLE color: 14631081.
HSL color Cylindrical-coordinate representation of color #A940DF: hue angle of 279.62º degrees, saturation: 0.71, 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 #A940DF is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 64 | 223 | - |
| CMYK | 0.24 | 0.71 | 0 | 0.13 |
| HSL | 279.62º | 0.71% | 0.56% | - |
| HSV(B) | 279.62º | 0.71% | 0.87% | - |
| XYZ | 31.51 | 17.43 | 71.52 | - |
| YUV | 113.52 | 189.79 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 64 | 223 | 0.24 | 0.71 | 0 | 0.13 | 279.62 | 0.71 | 0.56 |
| Hex | A9 | 40 | DF | 18 | 47 | 0 | D | 118 | 47 | 38 |
| Octal | 251 | 100 | 337 | 30 | 107 | 0 | 15 | 430 | 107 | 70 |
| Binary | 10101001 | 1000000 | 11011111 | 11000 | 1000111 | 0 | 1101 | 100011000 | 1000111 | 111000 |
Color Harmonies of #A940DF
Complementary color
Monochromatic Colors of #A940DF
Black with #A940DF
Text Example
Text Example
White with #A940DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A940DF; }
p { color: rgb(169,64,223); }
H1.HeaderClassName
{
color: #A940DF;
}
.AnyTagClassName
{
color: #A940DF;
}
</style>
background-color css
<style>
a { background-color: #A940DF; }
a { background-color: rgb(169,64,223); }
div.DivClassName
{
background-color: #A940DF;
}
.BgClassName
{
background-color: #A940DF;
}
</style>
border-color css
<style>
span { border-color: #A940DF; }
span { border-color: rgb(169,64,223); }
td.TdClassName
{
border-color: #A940DF;
}
.TagClassName
{
border-color: #A940DF;
}
</style>