Shades of Dark Orchid #A937DB
Tints of Dark Orchid #A937DB
RGB
CMYK
RGB Variations
Color information
#A937DB (or 0xA937DB) is known color: Dark Orchid. HEX triplet: A9, 37 and DB. RGB value is (169,55,219). Sum of RGB (Red+Green+Blue) = 169+55+219=443 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.15% from 443); Green value is 55 (21.88% from 255 or 12.42% 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 #A937DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A937DB is #56C824. Grayscale: #6B6B6B. Windows color (decimal): -5687333 or 14366633. OLE color: 14366633.
HSL color Cylindrical-coordinate representation of color #A937DB: hue angle of 281.71º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A937DB is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 55 | 219 | - |
| CMYK | 0.23 | 0.75 | 0 | 0.14 |
| HSL | 281.71º | 0.69% | 0.54% | - |
| HSV(B) | 281.71º | 0.75% | 0.86% | - |
| XYZ | 30.51 | 16.28 | 68.55 | - |
| YUV | 107.78 | 190.77 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 55 | 219 | 0.23 | 0.75 | 0 | 0.14 | 281.71 | 0.69 | 0.54 |
| Hex | A9 | 37 | DB | 17 | 4B | 0 | E | 11A | 45 | 36 |
| Octal | 251 | 67 | 333 | 27 | 113 | 0 | 16 | 432 | 105 | 66 |
| Binary | 10101001 | 110111 | 11011011 | 10111 | 1001011 | 0 | 1110 | 100011010 | 1000101 | 110110 |
Color Harmonies of #A937DB
Complementary color
Monochromatic Colors of #A937DB
Black with #A937DB
Text Example
Text Example
White with #A937DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A937DB; }
p { color: rgb(169,55,219); }
H1.HeaderClassName
{
color: #A937DB;
}
.AnyTagClassName
{
color: #A937DB;
}
</style>
background-color css
<style>
a { background-color: #A937DB; }
a { background-color: rgb(169,55,219); }
div.DivClassName
{
background-color: #A937DB;
}
.BgClassName
{
background-color: #A937DB;
}
</style>
border-color css
<style>
span { border-color: #A937DB; }
span { border-color: rgb(169,55,219); }
td.TdClassName
{
border-color: #A937DB;
}
.TagClassName
{
border-color: #A937DB;
}
</style>