Shades of Dark Orchid #A63DBD
Tints of Dark Orchid #A63DBD
RGB
CMYK
RGB Variations
Color information
#A63DBD (or 0xA63DBD) is known color: Dark Orchid. HEX triplet: A6, 3D and BD. RGB value is (166,61,189). Sum of RGB (Red+Green+Blue) = 166+61+189=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 61 (24.22% from 255 or 14.66% from 416); Blue value is 189 (74.22% from 255 or 45.43% from 416); Max value from RGB is 189 - color contains mainly: blue. Hex color #A63DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63DBD is #59C242. Grayscale: #6A6A6A. Windows color (decimal): -5882435 or 12402086. OLE color: 12402086.
HSL color Cylindrical-coordinate representation of color #A63DBD: hue angle of 289.22º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A63DBD is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 61 | 189 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.26 |
| HSL | 289.22º | 0.51% | 0.49% | - |
| HSV(B) | 289.22º | 0.68% | 0.74% | - |
| XYZ | 26.58 | 15.12 | 49.66 | - |
| YUV | 106.99 | 174.29 | 170.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 61 | 189 | 0.12 | 0.68 | 0 | 0.26 | 289.22 | 0.51 | 0.49 |
| Hex | A6 | 3D | BD | C | 44 | 0 | 1A | 121 | 33 | 31 |
| Octal | 246 | 75 | 275 | 14 | 104 | 0 | 32 | 441 | 63 | 61 |
| Binary | 10100110 | 111101 | 10111101 | 1100 | 1000100 | 0 | 11010 | 100100001 | 110011 | 110001 |
Color Harmonies of #A63DBD
Complementary color
Monochromatic Colors of #A63DBD
Black with #A63DBD
Text Example
Text Example
White with #A63DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63DBD; }
p { color: rgb(166,61,189); }
H1.HeaderClassName
{
color: #A63DBD;
}
.AnyTagClassName
{
color: #A63DBD;
}
</style>
background-color css
<style>
a { background-color: #A63DBD; }
a { background-color: rgb(166,61,189); }
div.DivClassName
{
background-color: #A63DBD;
}
.BgClassName
{
background-color: #A63DBD;
}
</style>
border-color css
<style>
span { border-color: #A63DBD; }
span { border-color: rgb(166,61,189); }
td.TdClassName
{
border-color: #A63DBD;
}
.TagClassName
{
border-color: #A63DBD;
}
</style>