Shades of Dark Orchid #A63BDB
Tints of Dark Orchid #A63BDB
RGB
CMYK
RGB Variations
Color information
#A63BDB (or 0xA63BDB) is known color: Dark Orchid. HEX triplet: A6, 3B and DB. RGB value is (166,59,219). Sum of RGB (Red+Green+Blue) = 166+59+219=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 59 (23.44% from 255 or 13.29% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #A63BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63BDB is #59C424. Grayscale: #6C6C6C. Windows color (decimal): -5882917 or 14367654. OLE color: 14367654.
HSL color Cylindrical-coordinate representation of color #A63BDB: hue angle of 280.12º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A63BDB is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 59 | 219 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.14 |
| HSL | 280.13º | 0.69% | 0.55% | - |
| HSV(B) | 280.13º | 0.73% | 0.86% | - |
| XYZ | 30.08 | 16.35 | 68.59 | - |
| YUV | 109.23 | 189.95 | 168.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 59 | 219 | 0.24 | 0.73 | 0 | 0.14 | 280.13 | 0.69 | 0.55 |
| Hex | A6 | 3B | DB | 18 | 49 | 0 | E | 118 | 45 | 37 |
| Octal | 246 | 73 | 333 | 30 | 111 | 0 | 16 | 430 | 105 | 67 |
| Binary | 10100110 | 111011 | 11011011 | 11000 | 1001001 | 0 | 1110 | 100011000 | 1000101 | 110111 |
Color Harmonies of #A63BDB
Complementary color
Monochromatic Colors of #A63BDB
Black with #A63BDB
Text Example
Text Example
White with #A63BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63BDB; }
p { color: rgb(166,59,219); }
H1.HeaderClassName
{
color: #A63BDB;
}
.AnyTagClassName
{
color: #A63BDB;
}
</style>
background-color css
<style>
a { background-color: #A63BDB; }
a { background-color: rgb(166,59,219); }
div.DivClassName
{
background-color: #A63BDB;
}
.BgClassName
{
background-color: #A63BDB;
}
</style>
border-color css
<style>
span { border-color: #A63BDB; }
span { border-color: rgb(166,59,219); }
td.TdClassName
{
border-color: #A63BDB;
}
.TagClassName
{
border-color: #A63BDB;
}
</style>