Shades of Dark Orchid #A040DB
Tints of Dark Orchid #A040DB
RGB
CMYK
RGB Variations
Color information
#A040DB (or 0xA040DB) is known color: Dark Orchid. HEX triplet: A0, 40 and DB. RGB value is (160,64,219). Sum of RGB (Red+Green+Blue) = 160+64+219=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 64 (25.39% from 255 or 14.45% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #A040DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A040DB is #5FBF24. Grayscale: #6D6D6D. Windows color (decimal): -6274853 or 14368928. OLE color: 14368928.
HSL color Cylindrical-coordinate representation of color #A040DB: hue angle of 277.16º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A040DB is Cyan = 0.27, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 64 | 219 | - |
| CMYK | 0.27 | 0.71 | 0 | 0.14 |
| HSL | 277.16º | 0.68% | 0.55% | - |
| HSV(B) | 277.16º | 0.71% | 0.86% | - |
| XYZ | 29.12 | 16.25 | 68.62 | - |
| YUV | 110.37 | 189.3 | 163.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 219 | 0.27 | 0.71 | 0 | 0.14 | 277.16 | 0.68 | 0.55 |
| Hex | A0 | 40 | DB | 1B | 47 | 0 | E | 115 | 44 | 37 |
| Octal | 240 | 100 | 333 | 33 | 107 | 0 | 16 | 425 | 104 | 67 |
| Binary | 10100000 | 1000000 | 11011011 | 11011 | 1000111 | 0 | 1110 | 100010101 | 1000100 | 110111 |
Color Harmonies of #A040DB
Complementary color
Monochromatic Colors of #A040DB
Black with #A040DB
Text Example
Text Example
White with #A040DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A040DB; }
p { color: rgb(160,64,219); }
H1.HeaderClassName
{
color: #A040DB;
}
.AnyTagClassName
{
color: #A040DB;
}
</style>
background-color css
<style>
a { background-color: #A040DB; }
a { background-color: rgb(160,64,219); }
div.DivClassName
{
background-color: #A040DB;
}
.BgClassName
{
background-color: #A040DB;
}
</style>
border-color css
<style>
span { border-color: #A040DB; }
span { border-color: rgb(160,64,219); }
td.TdClassName
{
border-color: #A040DB;
}
.TagClassName
{
border-color: #A040DB;
}
</style>