Shades of Dark Orchid #A940CE
Tints of Dark Orchid #A940CE
RGB
CMYK
RGB Variations
Color information
#A940CE (or 0xA940CE) is known color: Dark Orchid. HEX triplet: A9, 40 and CE. RGB value is (169,64,206). Sum of RGB (Red+Green+Blue) = 169+64+206=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 64 (25.39% from 255 or 14.58% from 439); Blue value is 206 (80.86% from 255 or 46.92% from 439); Max value from RGB is 206 - color contains mainly: blue. Hex color #A940CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A940CE is #56BF31. Grayscale: #6F6F6F. Windows color (decimal): -5685042 or 13516969. OLE color: 13516969.
HSL color Cylindrical-coordinate representation of color #A940CE: hue angle of 284.37º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A940CE is Cyan = 0.18, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 64 | 206 | - |
| CMYK | 0.18 | 0.69 | 0 | 0.19 |
| HSL | 284.37º | 0.59% | 0.53% | - |
| HSV(B) | 284.37º | 0.69% | 0.81% | - |
| XYZ | 29.34 | 16.56 | 60.04 | - |
| YUV | 111.58 | 181.29 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 64 | 206 | 0.18 | 0.69 | 0 | 0.19 | 284.37 | 0.59 | 0.53 |
| Hex | A9 | 40 | CE | 12 | 45 | 0 | 13 | 11C | 3B | 35 |
| Octal | 251 | 100 | 316 | 22 | 105 | 0 | 23 | 434 | 73 | 65 |
| Binary | 10101001 | 1000000 | 11001110 | 10010 | 1000101 | 0 | 10011 | 100011100 | 111011 | 110101 |
Color Harmonies of #A940CE
Complementary color
Monochromatic Colors of #A940CE
Black with #A940CE
Text Example
Text Example
White with #A940CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A940CE; }
p { color: rgb(169,64,206); }
H1.HeaderClassName
{
color: #A940CE;
}
.AnyTagClassName
{
color: #A940CE;
}
</style>
background-color css
<style>
a { background-color: #A940CE; }
a { background-color: rgb(169,64,206); }
div.DivClassName
{
background-color: #A940CE;
}
.BgClassName
{
background-color: #A940CE;
}
</style>
border-color css
<style>
span { border-color: #A940CE; }
span { border-color: rgb(169,64,206); }
td.TdClassName
{
border-color: #A940CE;
}
.TagClassName
{
border-color: #A940CE;
}
</style>