Shades of Dark Orchid #A647CB
Tints of Dark Orchid #A647CB
RGB
CMYK
RGB Variations
Color information
#A647CB (or 0xA647CB) is known color: Dark Orchid. HEX triplet: A6, 47 and CB. RGB value is (166,71,203). Sum of RGB (Red+Green+Blue) = 166+71+203=440 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.73% from 440); Green value is 71 (28.12% from 255 or 16.14% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #A647CB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A647CB is #59B834. Grayscale: #727272. Windows color (decimal): -5879861 or 13322150. OLE color: 13322150.
HSL color Cylindrical-coordinate representation of color #A647CB: hue angle of 283.18º degrees, saturation: 0.56, 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 #A647CB is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 166 | 71 | 203 | - |
| CMYK | 0.18 | 0.65 | 0 | 0.20 |
| HSL | 283.18º | 0.56% | 0.54% | - |
| HSV(B) | 283.18º | 0.65% | 0.8% | - |
| XYZ | 28.76 | 16.93 | 58.25 | - |
| YUV | 114.45 | 177.97 | 164.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 203 | 0.18 | 0.65 | 0 | 0.20 | 283.18 | 0.56 | 0.54 |
| Hex | A6 | 47 | CB | 12 | 41 | 0 | 14 | 11B | 38 | 36 |
| Octal | 246 | 107 | 313 | 22 | 101 | 0 | 24 | 433 | 70 | 66 |
| Binary | 10100110 | 1000111 | 11001011 | 10010 | 1000001 | 0 | 10100 | 100011011 | 111000 | 110110 |
Color Harmonies of #A647CB
Complementary color
Monochromatic Colors of #A647CB
Black with #A647CB
Text Example
Text Example
White with #A647CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A647CB; }
p { color: rgb(166,71,203); }
H1.HeaderClassName
{
color: #A647CB;
}
.AnyTagClassName
{
color: #A647CB;
}
</style>
background-color css
<style>
a { background-color: #A647CB; }
a { background-color: rgb(166,71,203); }
div.DivClassName
{
background-color: #A647CB;
}
.BgClassName
{
background-color: #A647CB;
}
</style>
border-color css
<style>
span { border-color: #A647CB; }
span { border-color: rgb(166,71,203); }
td.TdClassName
{
border-color: #A647CB;
}
.TagClassName
{
border-color: #A647CB;
}
</style>