Shades of Dark Orchid #A647D3
Tints of Dark Orchid #A647D3
RGB
CMYK
RGB Variations
Color information
#A647D3 (or 0xA647D3) is known color: Dark Orchid. HEX triplet: A6, 47 and D3. RGB value is (166,71,211). Sum of RGB (Red+Green+Blue) = 166+71+211=448 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.05% from 448); Green value is 71 (28.12% from 255 or 15.85% from 448); Blue value is 211 (82.81% from 255 or 47.10% from 448); Max value from RGB is 211 - color contains mainly: blue. Hex color #A647D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A647D3 is #59B82C. Grayscale: #727272. Windows color (decimal): -5879853 or 13846438. OLE color: 13846438.
HSL color Cylindrical-coordinate representation of color #A647D3: hue angle of 280.71º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A647D3 is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 166 | 71 | 211 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.17 |
| HSL | 280.71º | 0.61% | 0.55% | - |
| HSV(B) | 280.71º | 0.66% | 0.83% | - |
| XYZ | 29.74 | 17.32 | 63.4 | - |
| YUV | 115.37 | 181.97 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 211 | 0.21 | 0.66 | 0 | 0.17 | 280.71 | 0.61 | 0.55 |
| Hex | A6 | 47 | D3 | 15 | 42 | 0 | 11 | 119 | 3D | 37 |
| Octal | 246 | 107 | 323 | 25 | 102 | 0 | 21 | 431 | 75 | 67 |
| Binary | 10100110 | 1000111 | 11010011 | 10101 | 1000010 | 0 | 10001 | 100011001 | 111101 | 110111 |
Color Harmonies of #A647D3
Complementary color
Monochromatic Colors of #A647D3
Black with #A647D3
Text Example
Text Example
White with #A647D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A647D3; }
p { color: rgb(166,71,211); }
H1.HeaderClassName
{
color: #A647D3;
}
.AnyTagClassName
{
color: #A647D3;
}
</style>
background-color css
<style>
a { background-color: #A647D3; }
a { background-color: rgb(166,71,211); }
div.DivClassName
{
background-color: #A647D3;
}
.BgClassName
{
background-color: #A647D3;
}
</style>
border-color css
<style>
span { border-color: #A647D3; }
span { border-color: rgb(166,71,211); }
td.TdClassName
{
border-color: #A647D3;
}
.TagClassName
{
border-color: #A647D3;
}
</style>