Shades of Dark Orchid #A047DB
Tints of Dark Orchid #A047DB
RGB
CMYK
RGB Variations
Color information
#A047DB (or 0xA047DB) is known color: Dark Orchid. HEX triplet: A0, 47 and DB. RGB value is (160,71,219). Sum of RGB (Red+Green+Blue) = 160+71+219=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 71 (28.12% from 255 or 15.78% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #A047DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A047DB is #5FB824. Grayscale: #717171. Windows color (decimal): -6273061 or 14370720. OLE color: 14370720.
HSL color Cylindrical-coordinate representation of color #A047DB: hue angle of 276.08º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A047DB is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 71 | 219 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.14 |
| HSL | 276.08º | 0.67% | 0.57% | - |
| HSV(B) | 276.08º | 0.68% | 0.86% | - |
| XYZ | 29.54 | 17.09 | 68.76 | - |
| YUV | 114.48 | 186.99 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 71 | 219 | 0.27 | 0.68 | 0 | 0.14 | 276.08 | 0.67 | 0.57 |
| Hex | A0 | 47 | DB | 1B | 44 | 0 | E | 114 | 43 | 39 |
| Octal | 240 | 107 | 333 | 33 | 104 | 0 | 16 | 424 | 103 | 71 |
| Binary | 10100000 | 1000111 | 11011011 | 11011 | 1000100 | 0 | 1110 | 100010100 | 1000011 | 111001 |
Color Harmonies of #A047DB
Complementary color
Monochromatic Colors of #A047DB
Black with #A047DB
Text Example
Text Example
White with #A047DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A047DB; }
p { color: rgb(160,71,219); }
H1.HeaderClassName
{
color: #A047DB;
}
.AnyTagClassName
{
color: #A047DB;
}
</style>
background-color css
<style>
a { background-color: #A047DB; }
a { background-color: rgb(160,71,219); }
div.DivClassName
{
background-color: #A047DB;
}
.BgClassName
{
background-color: #A047DB;
}
</style>
border-color css
<style>
span { border-color: #A047DB; }
span { border-color: rgb(160,71,219); }
td.TdClassName
{
border-color: #A047DB;
}
.TagClassName
{
border-color: #A047DB;
}
</style>