Shades of Dark Orchid #A140DB
Tints of Dark Orchid #A140DB
RGB
CMYK
RGB Variations
Color information
#A140DB (or 0xA140DB) is known color: Dark Orchid. HEX triplet: A1, 40 and DB. RGB value is (161,64,219). Sum of RGB (Red+Green+Blue) = 161+64+219=444 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.26% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #A140DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A140DB is #5EBF24. Grayscale: #6E6E6E. Windows color (decimal): -6209317 or 14368929. OLE color: 14368929.
HSL color Cylindrical-coordinate representation of color #A140DB: hue angle of 277.55º 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 #A140DB is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 64 | 219 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.14 |
| HSL | 277.55º | 0.68% | 0.55% | - |
| HSV(B) | 277.55º | 0.71% | 0.86% | - |
| XYZ | 29.32 | 16.36 | 68.63 | - |
| YUV | 110.67 | 189.14 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 64 | 219 | 0.26 | 0.71 | 0 | 0.14 | 277.55 | 0.68 | 0.55 |
| Hex | A1 | 40 | DB | 1A | 47 | 0 | E | 116 | 44 | 37 |
| Octal | 241 | 100 | 333 | 32 | 107 | 0 | 16 | 426 | 104 | 67 |
| Binary | 10100001 | 1000000 | 11011011 | 11010 | 1000111 | 0 | 1110 | 100010110 | 1000100 | 110111 |
Color Harmonies of #A140DB
Complementary color
Monochromatic Colors of #A140DB
Black with #A140DB
Text Example
Text Example
White with #A140DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A140DB; }
p { color: rgb(161,64,219); }
H1.HeaderClassName
{
color: #A140DB;
}
.AnyTagClassName
{
color: #A140DB;
}
</style>
background-color css
<style>
a { background-color: #A140DB; }
a { background-color: rgb(161,64,219); }
div.DivClassName
{
background-color: #A140DB;
}
.BgClassName
{
background-color: #A140DB;
}
</style>
border-color css
<style>
span { border-color: #A140DB; }
span { border-color: rgb(161,64,219); }
td.TdClassName
{
border-color: #A140DB;
}
.TagClassName
{
border-color: #A140DB;
}
</style>