Shades of Dark Orchid #A040D6
Tints of Dark Orchid #A040D6
RGB
CMYK
RGB Variations
Color information
#A040D6 (or 0xA040D6) is known color: Dark Orchid. HEX triplet: A0, 40 and D6. RGB value is (160,64,214). Sum of RGB (Red+Green+Blue) = 160+64+214=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 64 (25.39% from 255 or 14.61% from 438); Blue value is 214 (83.98% from 255 or 48.86% from 438); Max value from RGB is 214 - color contains mainly: blue. Hex color #A040D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A040D6 is #5FBF29. Grayscale: #6D6D6D. Windows color (decimal): -6274858 or 14041248. OLE color: 14041248.
HSL color Cylindrical-coordinate representation of color #A040D6: hue angle of 278.4º 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 #A040D6 is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 160 | 64 | 214 | - |
| CMYK | 0.25 | 0.70 | 0 | 0.16 |
| HSL | 278.4º | 0.65% | 0.55% | - |
| HSV(B) | 278.4º | 0.7% | 0.84% | - |
| XYZ | 28.47 | 16 | 65.21 | - |
| YUV | 109.8 | 186.8 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 214 | 0.25 | 0.70 | 0 | 0.16 | 278.4 | 0.65 | 0.55 |
| Hex | A0 | 40 | D6 | 19 | 46 | 0 | 10 | 116 | 41 | 37 |
| Octal | 240 | 100 | 326 | 31 | 106 | 0 | 20 | 426 | 101 | 67 |
| Binary | 10100000 | 1000000 | 11010110 | 11001 | 1000110 | 0 | 10000 | 100010110 | 1000001 | 110111 |
Color Harmonies of #A040D6
Complementary color
Monochromatic Colors of #A040D6
Black with #A040D6
Text Example
Text Example
White with #A040D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A040D6; }
p { color: rgb(160,64,214); }
H1.HeaderClassName
{
color: #A040D6;
}
.AnyTagClassName
{
color: #A040D6;
}
</style>
background-color css
<style>
a { background-color: #A040D6; }
a { background-color: rgb(160,64,214); }
div.DivClassName
{
background-color: #A040D6;
}
.BgClassName
{
background-color: #A040D6;
}
</style>
border-color css
<style>
span { border-color: #A040D6; }
span { border-color: rgb(160,64,214); }
td.TdClassName
{
border-color: #A040D6;
}
.TagClassName
{
border-color: #A040D6;
}
</style>