Shades of Dark Orchid #A940E6
Tints of Dark Orchid #A940E6
RGB
CMYK
RGB Variations
Color information
#A940E6 (or 0xA940E6) is known color: Dark Orchid. HEX triplet: A9, 40 and E6. RGB value is (169,64,230). Sum of RGB (Red+Green+Blue) = 169+64+230=463 (61% of max value = 765). Red value is 169 (66.41% from 255 or 36.50% from 463); Green value is 64 (25.39% from 255 or 13.82% from 463); Blue value is 230 (90.23% from 255 or 49.68% from 463); Max value from RGB is 230 - color contains mainly: blue. Hex color #A940E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A940E6 is #56BF19. Grayscale: #717171. Windows color (decimal): -5685018 or 15089833. OLE color: 15089833.
HSL color Cylindrical-coordinate representation of color #A940E6: hue angle of 277.95º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A940E6 is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 169 | 64 | 230 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.10 |
| HSL | 277.95º | 0.77% | 0.58% | - |
| HSV(B) | 277.95º | 0.72% | 0.9% | - |
| XYZ | 32.48 | 17.81 | 76.59 | - |
| YUV | 114.32 | 193.29 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 64 | 230 | 0.27 | 0.72 | 0 | 0.10 | 277.95 | 0.77 | 0.58 |
| Hex | A9 | 40 | E6 | 1B | 48 | 0 | A | 116 | 4D | 3A |
| Octal | 251 | 100 | 346 | 33 | 110 | 0 | 12 | 426 | 115 | 72 |
| Binary | 10101001 | 1000000 | 11100110 | 11011 | 1001000 | 0 | 1010 | 100010110 | 1001101 | 111010 |
Color Harmonies of #A940E6
Complementary color
Monochromatic Colors of #A940E6
Black with #A940E6
Text Example
Text Example
White with #A940E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A940E6; }
p { color: rgb(169,64,230); }
H1.HeaderClassName
{
color: #A940E6;
}
.AnyTagClassName
{
color: #A940E6;
}
</style>
background-color css
<style>
a { background-color: #A940E6; }
a { background-color: rgb(169,64,230); }
div.DivClassName
{
background-color: #A940E6;
}
.BgClassName
{
background-color: #A940E6;
}
</style>
border-color css
<style>
span { border-color: #A940E6; }
span { border-color: rgb(169,64,230); }
td.TdClassName
{
border-color: #A940E6;
}
.TagClassName
{
border-color: #A940E6;
}
</style>