Shades of Dark Orchid #A137DB
Tints of Dark Orchid #A137DB
RGB
CMYK
RGB Variations
Color information
#A137DB (or 0xA137DB) is known color: Dark Orchid. HEX triplet: A1, 37 and DB. RGB value is (161,55,219). Sum of RGB (Red+Green+Blue) = 161+55+219=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 55 (21.88% from 255 or 12.64% from 435); Blue value is 219 (85.94% from 255 or 50.34% from 435); Max value from RGB is 219 - color contains mainly: blue. Hex color #A137DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A137DB is #5EC824. Grayscale: #686868. Windows color (decimal): -6211621 or 14366625. OLE color: 14366625.
HSL color Cylindrical-coordinate representation of color #A137DB: hue angle of 278.78º 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 #A137DB is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 55 | 219 | - |
| CMYK | 0.26 | 0.75 | 0 | 0.14 |
| HSL | 278.78º | 0.69% | 0.54% | - |
| HSV(B) | 278.78º | 0.75% | 0.86% | - |
| XYZ | 28.85 | 15.42 | 68.47 | - |
| YUV | 105.39 | 192.12 | 167.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 55 | 219 | 0.26 | 0.75 | 0 | 0.14 | 278.78 | 0.69 | 0.54 |
| Hex | A1 | 37 | DB | 1A | 4B | 0 | E | 117 | 45 | 36 |
| Octal | 241 | 67 | 333 | 32 | 113 | 0 | 16 | 427 | 105 | 66 |
| Binary | 10100001 | 110111 | 11011011 | 11010 | 1001011 | 0 | 1110 | 100010111 | 1000101 | 110110 |
Color Harmonies of #A137DB
Complementary color
Monochromatic Colors of #A137DB
Black with #A137DB
Text Example
Text Example
White with #A137DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A137DB; }
p { color: rgb(161,55,219); }
H1.HeaderClassName
{
color: #A137DB;
}
.AnyTagClassName
{
color: #A137DB;
}
</style>
background-color css
<style>
a { background-color: #A137DB; }
a { background-color: rgb(161,55,219); }
div.DivClassName
{
background-color: #A137DB;
}
.BgClassName
{
background-color: #A137DB;
}
</style>
border-color css
<style>
span { border-color: #A137DB; }
span { border-color: rgb(161,55,219); }
td.TdClassName
{
border-color: #A137DB;
}
.TagClassName
{
border-color: #A137DB;
}
</style>