Shades of Dark Orchid #A63ADB
Tints of Dark Orchid #A63ADB
RGB
CMYK
RGB Variations
Color information
#A63ADB (or 0xA63ADB) is known color: Dark Orchid. HEX triplet: A6, 3A and DB. RGB value is (166,58,219). Sum of RGB (Red+Green+Blue) = 166+58+219=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 58 (23.05% from 255 or 13.09% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #A63ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63ADB is #59C524. Grayscale: #6C6C6C. Windows color (decimal): -5883173 or 14367398. OLE color: 14367398.
HSL color Cylindrical-coordinate representation of color #A63ADB: hue angle of 280.25º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A63ADB is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 58 | 219 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.14 |
| HSL | 280.25º | 0.69% | 0.54% | - |
| HSV(B) | 280.25º | 0.74% | 0.86% | - |
| XYZ | 30.03 | 16.25 | 68.57 | - |
| YUV | 108.65 | 190.28 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 58 | 219 | 0.24 | 0.74 | 0 | 0.14 | 280.25 | 0.69 | 0.54 |
| Hex | A6 | 3A | DB | 18 | 4A | 0 | E | 118 | 45 | 36 |
| Octal | 246 | 72 | 333 | 30 | 112 | 0 | 16 | 430 | 105 | 66 |
| Binary | 10100110 | 111010 | 11011011 | 11000 | 1001010 | 0 | 1110 | 100011000 | 1000101 | 110110 |
Color Harmonies of #A63ADB
Complementary color
Monochromatic Colors of #A63ADB
Black with #A63ADB
Text Example
Text Example
White with #A63ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63ADB; }
p { color: rgb(166,58,219); }
H1.HeaderClassName
{
color: #A63ADB;
}
.AnyTagClassName
{
color: #A63ADB;
}
</style>
background-color css
<style>
a { background-color: #A63ADB; }
a { background-color: rgb(166,58,219); }
div.DivClassName
{
background-color: #A63ADB;
}
.BgClassName
{
background-color: #A63ADB;
}
</style>
border-color css
<style>
span { border-color: #A63ADB; }
span { border-color: rgb(166,58,219); }
td.TdClassName
{
border-color: #A63ADB;
}
.TagClassName
{
border-color: #A63ADB;
}
</style>