Shades of Dark Orchid #A647D5
Tints of Dark Orchid #A647D5
RGB
CMYK
RGB Variations
Color information
#A647D5 (or 0xA647D5) is known color: Dark Orchid. HEX triplet: A6, 47 and D5. RGB value is (166,71,213). Sum of RGB (Red+Green+Blue) = 166+71+213=450 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.89% from 450); Green value is 71 (28.12% from 255 or 15.78% from 450); Blue value is 213 (83.59% from 255 or 47.33% from 450); Max value from RGB is 213 - color contains mainly: blue. Hex color #A647D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A647D5 is #59B82A. Grayscale: #737373. Windows color (decimal): -5879851 or 13977510. OLE color: 13977510.
HSL color Cylindrical-coordinate representation of color #A647D5: hue angle of 280.14º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A647D5 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 71 | 213 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.16 |
| HSL | 280.14º | 0.63% | 0.56% | - |
| HSV(B) | 280.14º | 0.67% | 0.84% | - |
| XYZ | 29.99 | 17.42 | 64.73 | - |
| YUV | 115.59 | 182.97 | 163.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 213 | 0.22 | 0.67 | 0 | 0.16 | 280.14 | 0.63 | 0.56 |
| Hex | A6 | 47 | D5 | 16 | 43 | 0 | 10 | 118 | 3F | 38 |
| Octal | 246 | 107 | 325 | 26 | 103 | 0 | 20 | 430 | 77 | 70 |
| Binary | 10100110 | 1000111 | 11010101 | 10110 | 1000011 | 0 | 10000 | 100011000 | 111111 | 111000 |
Color Harmonies of #A647D5
Complementary color
Monochromatic Colors of #A647D5
Black with #A647D5
Text Example
Text Example
White with #A647D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A647D5; }
p { color: rgb(166,71,213); }
H1.HeaderClassName
{
color: #A647D5;
}
.AnyTagClassName
{
color: #A647D5;
}
</style>
background-color css
<style>
a { background-color: #A647D5; }
a { background-color: rgb(166,71,213); }
div.DivClassName
{
background-color: #A647D5;
}
.BgClassName
{
background-color: #A647D5;
}
</style>
border-color css
<style>
span { border-color: #A647D5; }
span { border-color: rgb(166,71,213); }
td.TdClassName
{
border-color: #A647D5;
}
.TagClassName
{
border-color: #A647D5;
}
</style>