Shades of Dark Orchid #A040D7
Tints of Dark Orchid #A040D7
RGB
CMYK
RGB Variations
Color information
#A040D7 (or 0xA040D7) is known color: Dark Orchid. HEX triplet: A0, 40 and D7. RGB value is (160,64,215). Sum of RGB (Red+Green+Blue) = 160+64+215=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 64 (25.39% from 255 or 14.58% from 439); Blue value is 215 (84.38% from 255 or 48.97% from 439); Max value from RGB is 215 - color contains mainly: blue. Hex color #A040D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A040D7 is #5FBF28. Grayscale: #6D6D6D. Windows color (decimal): -6274857 or 14106784. OLE color: 14106784.
HSL color Cylindrical-coordinate representation of color #A040D7: hue angle of 278.15º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A040D7 is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 64 | 215 | - |
| CMYK | 0.26 | 0.70 | 0 | 0.16 |
| HSL | 278.15º | 0.65% | 0.55% | - |
| HSV(B) | 278.15º | 0.7% | 0.84% | - |
| XYZ | 28.6 | 16.05 | 65.88 | - |
| YUV | 109.92 | 187.3 | 163.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 215 | 0.26 | 0.70 | 0 | 0.16 | 278.15 | 0.65 | 0.55 |
| Hex | A0 | 40 | D7 | 1A | 46 | 0 | 10 | 116 | 41 | 37 |
| Octal | 240 | 100 | 327 | 32 | 106 | 0 | 20 | 426 | 101 | 67 |
| Binary | 10100000 | 1000000 | 11010111 | 11010 | 1000110 | 0 | 10000 | 100010110 | 1000001 | 110111 |
Color Harmonies of #A040D7
Complementary color
Monochromatic Colors of #A040D7
Black with #A040D7
Text Example
Text Example
White with #A040D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A040D7; }
p { color: rgb(160,64,215); }
H1.HeaderClassName
{
color: #A040D7;
}
.AnyTagClassName
{
color: #A040D7;
}
</style>
background-color css
<style>
a { background-color: #A040D7; }
a { background-color: rgb(160,64,215); }
div.DivClassName
{
background-color: #A040D7;
}
.BgClassName
{
background-color: #A040D7;
}
</style>
border-color css
<style>
span { border-color: #A040D7; }
span { border-color: rgb(160,64,215); }
td.TdClassName
{
border-color: #A040D7;
}
.TagClassName
{
border-color: #A040D7;
}
</style>