Shades of Dark Orchid #A63AD9
Tints of Dark Orchid #A63AD9
RGB
CMYK
RGB Variations
Color information
#A63AD9 (or 0xA63AD9) is known color: Dark Orchid. HEX triplet: A6, 3A and D9. RGB value is (166,58,217). Sum of RGB (Red+Green+Blue) = 166+58+217=441 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.64% from 441); Green value is 58 (23.05% from 255 or 13.15% from 441); Blue value is 217 (85.16% from 255 or 49.21% from 441); Max value from RGB is 217 - color contains mainly: blue. Hex color #A63AD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63AD9 is #59C526. Grayscale: #6B6B6B. Windows color (decimal): -5883175 or 14236326. OLE color: 14236326.
HSL color Cylindrical-coordinate representation of color #A63AD9: hue angle of 280.75º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A63AD9 is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 58 | 217 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.15 |
| HSL | 280.75º | 0.68% | 0.54% | - |
| HSV(B) | 280.75º | 0.73% | 0.85% | - |
| XYZ | 29.76 | 16.14 | 67.19 | - |
| YUV | 108.42 | 189.28 | 169.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 58 | 217 | 0.24 | 0.73 | 0 | 0.15 | 280.75 | 0.68 | 0.54 |
| Hex | A6 | 3A | D9 | 18 | 49 | 0 | F | 119 | 44 | 36 |
| Octal | 246 | 72 | 331 | 30 | 111 | 0 | 17 | 431 | 104 | 66 |
| Binary | 10100110 | 111010 | 11011001 | 11000 | 1001001 | 0 | 1111 | 100011001 | 1000100 | 110110 |
Color Harmonies of #A63AD9
Complementary color
Monochromatic Colors of #A63AD9
Black with #A63AD9
Text Example
Text Example
White with #A63AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63AD9; }
p { color: rgb(166,58,217); }
H1.HeaderClassName
{
color: #A63AD9;
}
.AnyTagClassName
{
color: #A63AD9;
}
</style>
background-color css
<style>
a { background-color: #A63AD9; }
a { background-color: rgb(166,58,217); }
div.DivClassName
{
background-color: #A63AD9;
}
.BgClassName
{
background-color: #A63AD9;
}
</style>
border-color css
<style>
span { border-color: #A63AD9; }
span { border-color: rgb(166,58,217); }
td.TdClassName
{
border-color: #A63AD9;
}
.TagClassName
{
border-color: #A63AD9;
}
</style>