Shades of Dark Orchid #A147DC
Tints of Dark Orchid #A147DC
RGB
CMYK
RGB Variations
Color information
#A147DC (or 0xA147DC) is known color: Dark Orchid. HEX triplet: A1, 47 and DC. RGB value is (161,71,220). Sum of RGB (Red+Green+Blue) = 161+71+220=452 (59% of max value = 765). Red value is 161 (63.28% from 255 or 35.62% from 452); Green value is 71 (28.12% from 255 or 15.71% from 452); Blue value is 220 (86.33% from 255 or 48.67% from 452); Max value from RGB is 220 - color contains mainly: blue. Hex color #A147DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A147DC is #5EB823. Grayscale: #727272. Windows color (decimal): -6207524 or 14436257. OLE color: 14436257.
HSL color Cylindrical-coordinate representation of color #A147DC: hue angle of 276.24º 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 #A147DC is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 71 | 220 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.14 |
| HSL | 276.24º | 0.68% | 0.57% | - |
| HSV(B) | 276.24º | 0.68% | 0.86% | - |
| XYZ | 29.87 | 17.25 | 69.47 | - |
| YUV | 114.9 | 187.32 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 71 | 220 | 0.27 | 0.68 | 0 | 0.14 | 276.24 | 0.68 | 0.57 |
| Hex | A1 | 47 | DC | 1B | 44 | 0 | E | 114 | 44 | 39 |
| Octal | 241 | 107 | 334 | 33 | 104 | 0 | 16 | 424 | 104 | 71 |
| Binary | 10100001 | 1000111 | 11011100 | 11011 | 1000100 | 0 | 1110 | 100010100 | 1000100 | 111001 |
Color Harmonies of #A147DC
Complementary color
Monochromatic Colors of #A147DC
Black with #A147DC
Text Example
Text Example
White with #A147DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A147DC; }
p { color: rgb(161,71,220); }
H1.HeaderClassName
{
color: #A147DC;
}
.AnyTagClassName
{
color: #A147DC;
}
</style>
background-color css
<style>
a { background-color: #A147DC; }
a { background-color: rgb(161,71,220); }
div.DivClassName
{
background-color: #A147DC;
}
.BgClassName
{
background-color: #A147DC;
}
</style>
border-color css
<style>
span { border-color: #A147DC; }
span { border-color: rgb(161,71,220); }
td.TdClassName
{
border-color: #A147DC;
}
.TagClassName
{
border-color: #A147DC;
}
</style>