Shades of Dark Orchid #A140D6
Tints of Dark Orchid #A140D6
RGB
CMYK
RGB Variations
Color information
#A140D6 (or 0xA140D6) is known color: Dark Orchid. HEX triplet: A1, 40 and D6. RGB value is (161,64,214). Sum of RGB (Red+Green+Blue) = 161+64+214=439 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.67% from 439); Green value is 64 (25.39% from 255 or 14.58% from 439); Blue value is 214 (83.98% from 255 or 48.75% from 439); Max value from RGB is 214 - color contains mainly: blue. Hex color #A140D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A140D6 is #5EBF29. Grayscale: #6D6D6D. Windows color (decimal): -6209322 or 14041249. OLE color: 14041249.
HSL color Cylindrical-coordinate representation of color #A140D6: hue angle of 278.8º 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 #A140D6 is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 64 | 214 | - |
| CMYK | 0.25 | 0.70 | 0 | 0.16 |
| HSL | 278.8º | 0.65% | 0.55% | - |
| HSV(B) | 278.8º | 0.7% | 0.84% | - |
| XYZ | 28.67 | 16.1 | 65.21 | - |
| YUV | 110.1 | 186.64 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 64 | 214 | 0.25 | 0.70 | 0 | 0.16 | 278.8 | 0.65 | 0.55 |
| Hex | A1 | 40 | D6 | 19 | 46 | 0 | 10 | 117 | 41 | 37 |
| Octal | 241 | 100 | 326 | 31 | 106 | 0 | 20 | 427 | 101 | 67 |
| Binary | 10100001 | 1000000 | 11010110 | 11001 | 1000110 | 0 | 10000 | 100010111 | 1000001 | 110111 |
Color Harmonies of #A140D6
Complementary color
Monochromatic Colors of #A140D6
Black with #A140D6
Text Example
Text Example
White with #A140D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A140D6; }
p { color: rgb(161,64,214); }
H1.HeaderClassName
{
color: #A140D6;
}
.AnyTagClassName
{
color: #A140D6;
}
</style>
background-color css
<style>
a { background-color: #A140D6; }
a { background-color: rgb(161,64,214); }
div.DivClassName
{
background-color: #A140D6;
}
.BgClassName
{
background-color: #A140D6;
}
</style>
border-color css
<style>
span { border-color: #A140D6; }
span { border-color: rgb(161,64,214); }
td.TdClassName
{
border-color: #A140D6;
}
.TagClassName
{
border-color: #A140D6;
}
</style>