Shades of Dark Orchid #A647CC
Tints of Dark Orchid #A647CC
RGB
CMYK
RGB Variations
Color information
#A647CC (or 0xA647CC) is known color: Dark Orchid. HEX triplet: A6, 47 and CC. RGB value is (166,71,204). Sum of RGB (Red+Green+Blue) = 166+71+204=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 71 (28.12% from 255 or 16.10% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #A647CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A647CC is #59B833. Grayscale: #727272. Windows color (decimal): -5879860 or 13387686. OLE color: 13387686.
HSL color Cylindrical-coordinate representation of color #A647CC: hue angle of 282.86º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A647CC is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 166 | 71 | 204 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.2 |
| HSL | 282.86º | 0.57% | 0.54% | - |
| HSV(B) | 282.86º | 0.65% | 0.8% | - |
| XYZ | 28.88 | 16.97 | 58.88 | - |
| YUV | 114.57 | 178.47 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 204 | 0.19 | 0.65 | 0 | 0.2 | 282.86 | 0.57 | 0.54 |
| Hex | A6 | 47 | CC | 13 | 41 | 0 | 14 | 11B | 39 | 36 |
| Octal | 246 | 107 | 314 | 23 | 101 | 0 | 24 | 433 | 71 | 66 |
| Binary | 10100110 | 1000111 | 11001100 | 10011 | 1000001 | 0 | 10100 | 100011011 | 111001 | 110110 |
Color Harmonies of #A647CC
Complementary color
Monochromatic Colors of #A647CC
Black with #A647CC
Text Example
Text Example
White with #A647CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A647CC; }
p { color: rgb(166,71,204); }
H1.HeaderClassName
{
color: #A647CC;
}
.AnyTagClassName
{
color: #A647CC;
}
</style>
background-color css
<style>
a { background-color: #A647CC; }
a { background-color: rgb(166,71,204); }
div.DivClassName
{
background-color: #A647CC;
}
.BgClassName
{
background-color: #A647CC;
}
</style>
border-color css
<style>
span { border-color: #A647CC; }
span { border-color: rgb(166,71,204); }
td.TdClassName
{
border-color: #A647CC;
}
.TagClassName
{
border-color: #A647CC;
}
</style>