Shades of Dark Orchid #A047DC
Tints of Dark Orchid #A047DC
RGB
CMYK
RGB Variations
Color information
#A047DC (or 0xA047DC) is known color: Dark Orchid. HEX triplet: A0, 47 and DC. RGB value is (160,71,220). Sum of RGB (Red+Green+Blue) = 160+71+220=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 71 (28.12% from 255 or 15.74% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #A047DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A047DC is #5FB823. Grayscale: #727272. Windows color (decimal): -6273060 or 14436256. OLE color: 14436256.
HSL color Cylindrical-coordinate representation of color #A047DC: hue angle of 275.84º degrees, saturation: 0.68, 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 #A047DC is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 160 | 71 | 220 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.14 |
| HSL | 275.84º | 0.68% | 0.57% | - |
| HSV(B) | 275.84º | 0.68% | 0.86% | - |
| XYZ | 29.67 | 17.15 | 69.46 | - |
| YUV | 114.6 | 187.49 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 71 | 220 | 0.27 | 0.68 | 0 | 0.14 | 275.84 | 0.68 | 0.57 |
| Hex | A0 | 47 | DC | 1B | 44 | 0 | E | 114 | 44 | 39 |
| Octal | 240 | 107 | 334 | 33 | 104 | 0 | 16 | 424 | 104 | 71 |
| Binary | 10100000 | 1000111 | 11011100 | 11011 | 1000100 | 0 | 1110 | 100010100 | 1000100 | 111001 |
Color Harmonies of #A047DC
Complementary color
Monochromatic Colors of #A047DC
Black with #A047DC
Text Example
Text Example
White with #A047DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A047DC; }
p { color: rgb(160,71,220); }
H1.HeaderClassName
{
color: #A047DC;
}
.AnyTagClassName
{
color: #A047DC;
}
</style>
background-color css
<style>
a { background-color: #A047DC; }
a { background-color: rgb(160,71,220); }
div.DivClassName
{
background-color: #A047DC;
}
.BgClassName
{
background-color: #A047DC;
}
</style>
border-color css
<style>
span { border-color: #A047DC; }
span { border-color: rgb(160,71,220); }
td.TdClassName
{
border-color: #A047DC;
}
.TagClassName
{
border-color: #A047DC;
}
</style>