Shades of Dark Orchid #A940E3
Tints of Dark Orchid #A940E3
RGB
CMYK
RGB Variations
Color information
#A940E3 (or 0xA940E3) is known color: Dark Orchid. HEX triplet: A9, 40 and E3. RGB value is (169,64,227). Sum of RGB (Red+Green+Blue) = 169+64+227=460 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.74% from 460); Green value is 64 (25.39% from 255 or 13.91% from 460); Blue value is 227 (89.06% from 255 or 49.35% from 460); Max value from RGB is 227 - color contains mainly: blue. Hex color #A940E3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A940E3 is #56BF1C. Grayscale: #717171. Windows color (decimal): -5685021 or 14893225. OLE color: 14893225.
HSL color Cylindrical-coordinate representation of color #A940E3: hue angle of 278.65º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A940E3 is Cyan = 0.26, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 169 | 64 | 227 | - |
| CMYK | 0.26 | 0.72 | 0 | 0.11 |
| HSL | 278.65º | 0.74% | 0.57% | - |
| HSV(B) | 278.65º | 0.72% | 0.89% | - |
| XYZ | 32.06 | 17.65 | 74.39 | - |
| YUV | 113.98 | 191.79 | 167.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 64 | 227 | 0.26 | 0.72 | 0 | 0.11 | 278.65 | 0.74 | 0.57 |
| Hex | A9 | 40 | E3 | 1A | 48 | 0 | B | 117 | 4A | 39 |
| Octal | 251 | 100 | 343 | 32 | 110 | 0 | 13 | 427 | 112 | 71 |
| Binary | 10101001 | 1000000 | 11100011 | 11010 | 1001000 | 0 | 1011 | 100010111 | 1001010 | 111001 |
Color Harmonies of #A940E3
Complementary color
Monochromatic Colors of #A940E3
Black with #A940E3
Text Example
Text Example
White with #A940E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A940E3; }
p { color: rgb(169,64,227); }
H1.HeaderClassName
{
color: #A940E3;
}
.AnyTagClassName
{
color: #A940E3;
}
</style>
background-color css
<style>
a { background-color: #A940E3; }
a { background-color: rgb(169,64,227); }
div.DivClassName
{
background-color: #A940E3;
}
.BgClassName
{
background-color: #A940E3;
}
</style>
border-color css
<style>
span { border-color: #A940E3; }
span { border-color: rgb(169,64,227); }
td.TdClassName
{
border-color: #A940E3;
}
.TagClassName
{
border-color: #A940E3;
}
</style>