Shades of Dark Orchid #A647CE
Tints of Dark Orchid #A647CE
RGB
CMYK
RGB Variations
Color information
#A647CE (or 0xA647CE) is known color: Dark Orchid. HEX triplet: A6, 47 and CE. RGB value is (166,71,206). Sum of RGB (Red+Green+Blue) = 166+71+206=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 71 (28.12% from 255 or 16.03% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #A647CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A647CE is #59B831. Grayscale: #727272. Windows color (decimal): -5879858 or 13518758. OLE color: 13518758.
HSL color Cylindrical-coordinate representation of color #A647CE: hue angle of 282.22º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A647CE is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 71 | 206 | - |
| CMYK | 0.19 | 0.66 | 0 | 0.19 |
| HSL | 282.22º | 0.58% | 0.54% | - |
| HSV(B) | 282.22º | 0.66% | 0.81% | - |
| XYZ | 29.12 | 17.07 | 60.15 | - |
| YUV | 114.8 | 179.47 | 164.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 206 | 0.19 | 0.66 | 0 | 0.19 | 282.22 | 0.58 | 0.54 |
| Hex | A6 | 47 | CE | 13 | 42 | 0 | 13 | 11A | 3A | 36 |
| Octal | 246 | 107 | 316 | 23 | 102 | 0 | 23 | 432 | 72 | 66 |
| Binary | 10100110 | 1000111 | 11001110 | 10011 | 1000010 | 0 | 10011 | 100011010 | 111010 | 110110 |
Color Harmonies of #A647CE
Complementary color
Monochromatic Colors of #A647CE
Black with #A647CE
Text Example
Text Example
White with #A647CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A647CE; }
p { color: rgb(166,71,206); }
H1.HeaderClassName
{
color: #A647CE;
}
.AnyTagClassName
{
color: #A647CE;
}
</style>
background-color css
<style>
a { background-color: #A647CE; }
a { background-color: rgb(166,71,206); }
div.DivClassName
{
background-color: #A647CE;
}
.BgClassName
{
background-color: #A647CE;
}
</style>
border-color css
<style>
span { border-color: #A647CE; }
span { border-color: rgb(166,71,206); }
td.TdClassName
{
border-color: #A647CE;
}
.TagClassName
{
border-color: #A647CE;
}
</style>