Shades of Dark Orchid #A140D8
Tints of Dark Orchid #A140D8
RGB
CMYK
RGB Variations
Color information
#A140D8 (or 0xA140D8) is known color: Dark Orchid. HEX triplet: A1, 40 and D8. RGB value is (161,64,216). Sum of RGB (Red+Green+Blue) = 161+64+216=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 64 (25.39% from 255 or 14.51% from 441); Blue value is 216 (84.77% from 255 or 48.98% from 441); Max value from RGB is 216 - color contains mainly: blue. Hex color #A140D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A140D8 is #5EBF27. Grayscale: #6D6D6D. Windows color (decimal): -6209320 or 14172321. OLE color: 14172321.
HSL color Cylindrical-coordinate representation of color #A140D8: hue angle of 278.29º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A140D8 is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 64 | 216 | - |
| CMYK | 0.25 | 0.70 | 0 | 0.15 |
| HSL | 278.29º | 0.66% | 0.55% | - |
| HSV(B) | 278.29º | 0.7% | 0.85% | - |
| XYZ | 28.93 | 16.2 | 66.57 | - |
| YUV | 110.33 | 187.64 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 64 | 216 | 0.25 | 0.70 | 0 | 0.15 | 278.29 | 0.66 | 0.55 |
| Hex | A1 | 40 | D8 | 19 | 46 | 0 | F | 116 | 42 | 37 |
| Octal | 241 | 100 | 330 | 31 | 106 | 0 | 17 | 426 | 102 | 67 |
| Binary | 10100001 | 1000000 | 11011000 | 11001 | 1000110 | 0 | 1111 | 100010110 | 1000010 | 110111 |
Color Harmonies of #A140D8
Complementary color
Monochromatic Colors of #A140D8
Black with #A140D8
Text Example
Text Example
White with #A140D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A140D8; }
p { color: rgb(161,64,216); }
H1.HeaderClassName
{
color: #A140D8;
}
.AnyTagClassName
{
color: #A140D8;
}
</style>
background-color css
<style>
a { background-color: #A140D8; }
a { background-color: rgb(161,64,216); }
div.DivClassName
{
background-color: #A140D8;
}
.BgClassName
{
background-color: #A140D8;
}
</style>
border-color css
<style>
span { border-color: #A140D8; }
span { border-color: rgb(161,64,216); }
td.TdClassName
{
border-color: #A140D8;
}
.TagClassName
{
border-color: #A140D8;
}
</style>