Shades of Dark Orchid #A940DB
Tints of Dark Orchid #A940DB
RGB
CMYK
RGB Variations
Color information
#A940DB (or 0xA940DB) is known color: Dark Orchid. HEX triplet: A9, 40 and DB. RGB value is (169,64,219). Sum of RGB (Red+Green+Blue) = 169+64+219=452 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.39% from 452); Green value is 64 (25.39% from 255 or 14.16% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #A940DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A940DB is #56BF24. Grayscale: #707070. Windows color (decimal): -5685029 or 14368937. OLE color: 14368937.
HSL color Cylindrical-coordinate representation of color #A940DB: hue angle of 280.65º 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 #A940DB is Cyan = 0.23, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 64 | 219 | - |
| CMYK | 0.23 | 0.71 | 0 | 0.14 |
| HSL | 280.65º | 0.68% | 0.55% | - |
| HSV(B) | 280.65º | 0.71% | 0.86% | - |
| XYZ | 30.98 | 17.22 | 68.71 | - |
| YUV | 113.07 | 187.79 | 167.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 64 | 219 | 0.23 | 0.71 | 0 | 0.14 | 280.65 | 0.68 | 0.55 |
| Hex | A9 | 40 | DB | 17 | 47 | 0 | E | 119 | 44 | 37 |
| Octal | 251 | 100 | 333 | 27 | 107 | 0 | 16 | 431 | 104 | 67 |
| Binary | 10101001 | 1000000 | 11011011 | 10111 | 1000111 | 0 | 1110 | 100011001 | 1000100 | 110111 |
Color Harmonies of #A940DB
Complementary color
Monochromatic Colors of #A940DB
Black with #A940DB
Text Example
Text Example
White with #A940DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A940DB; }
p { color: rgb(169,64,219); }
H1.HeaderClassName
{
color: #A940DB;
}
.AnyTagClassName
{
color: #A940DB;
}
</style>
background-color css
<style>
a { background-color: #A940DB; }
a { background-color: rgb(169,64,219); }
div.DivClassName
{
background-color: #A940DB;
}
.BgClassName
{
background-color: #A940DB;
}
</style>
border-color css
<style>
span { border-color: #A940DB; }
span { border-color: rgb(169,64,219); }
td.TdClassName
{
border-color: #A940DB;
}
.TagClassName
{
border-color: #A940DB;
}
</style>