Shades of Dark Orchid #A63DDB
Tints of Dark Orchid #A63DDB
RGB
CMYK
RGB Variations
Color information
#A63DDB (or 0xA63DDB) is known color: Dark Orchid. HEX triplet: A6, 3D and DB. RGB value is (166,61,219). Sum of RGB (Red+Green+Blue) = 166+61+219=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 61 (24.22% from 255 or 13.68% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #A63DDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63DDB is #59C224. Grayscale: #6D6D6D. Windows color (decimal): -5882405 or 14368166. OLE color: 14368166.
HSL color Cylindrical-coordinate representation of color #A63DDB: hue angle of 279.87º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A63DDB is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 61 | 219 | - |
| CMYK | 0.24 | 0.72 | 0 | 0.14 |
| HSL | 279.87º | 0.69% | 0.55% | - |
| HSV(B) | 279.87º | 0.72% | 0.86% | - |
| XYZ | 30.18 | 16.56 | 68.62 | - |
| YUV | 110.41 | 189.29 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 61 | 219 | 0.24 | 0.72 | 0 | 0.14 | 279.87 | 0.69 | 0.55 |
| Hex | A6 | 3D | DB | 18 | 48 | 0 | E | 118 | 45 | 37 |
| Octal | 246 | 75 | 333 | 30 | 110 | 0 | 16 | 430 | 105 | 67 |
| Binary | 10100110 | 111101 | 11011011 | 11000 | 1001000 | 0 | 1110 | 100011000 | 1000101 | 110111 |
Color Harmonies of #A63DDB
Complementary color
Monochromatic Colors of #A63DDB
Black with #A63DDB
Text Example
Text Example
White with #A63DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63DDB; }
p { color: rgb(166,61,219); }
H1.HeaderClassName
{
color: #A63DDB;
}
.AnyTagClassName
{
color: #A63DDB;
}
</style>
background-color css
<style>
a { background-color: #A63DDB; }
a { background-color: rgb(166,61,219); }
div.DivClassName
{
background-color: #A63DDB;
}
.BgClassName
{
background-color: #A63DDB;
}
</style>
border-color css
<style>
span { border-color: #A63DDB; }
span { border-color: rgb(166,61,219); }
td.TdClassName
{
border-color: #A63DDB;
}
.TagClassName
{
border-color: #A63DDB;
}
</style>