Shades of Dark Orchid #A647DB
Tints of Dark Orchid #A647DB
RGB
CMYK
RGB Variations
Color information
#A647DB (or 0xA647DB) is known color: Dark Orchid. HEX triplet: A6, 47 and DB. RGB value is (166,71,219). Sum of RGB (Red+Green+Blue) = 166+71+219=456 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.40% from 456); Green value is 71 (28.12% from 255 or 15.57% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #A647DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A647DB is #59B824. Grayscale: #737373. Windows color (decimal): -5879845 or 14370726. OLE color: 14370726.
HSL color Cylindrical-coordinate representation of color #A647DB: hue angle of 278.51º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A647DB is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 71 | 219 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.14 |
| HSL | 278.51º | 0.67% | 0.57% | - |
| HSV(B) | 278.51º | 0.68% | 0.86% | - |
| XYZ | 30.77 | 17.73 | 68.82 | - |
| YUV | 116.28 | 185.97 | 163.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 71 | 219 | 0.24 | 0.68 | 0 | 0.14 | 278.51 | 0.67 | 0.57 |
| Hex | A6 | 47 | DB | 18 | 44 | 0 | E | 117 | 43 | 39 |
| Octal | 246 | 107 | 333 | 30 | 104 | 0 | 16 | 427 | 103 | 71 |
| Binary | 10100110 | 1000111 | 11011011 | 11000 | 1000100 | 0 | 1110 | 100010111 | 1000011 | 111001 |
Color Harmonies of #A647DB
Complementary color
Monochromatic Colors of #A647DB
Black with #A647DB
Text Example
Text Example
White with #A647DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A647DB; }
p { color: rgb(166,71,219); }
H1.HeaderClassName
{
color: #A647DB;
}
.AnyTagClassName
{
color: #A647DB;
}
</style>
background-color css
<style>
a { background-color: #A647DB; }
a { background-color: rgb(166,71,219); }
div.DivClassName
{
background-color: #A647DB;
}
.BgClassName
{
background-color: #A647DB;
}
</style>
border-color css
<style>
span { border-color: #A647DB; }
span { border-color: rgb(166,71,219); }
td.TdClassName
{
border-color: #A647DB;
}
.TagClassName
{
border-color: #A647DB;
}
</style>