Shades of Dark Orchid #A63ABD
Tints of Dark Orchid #A63ABD
RGB
CMYK
RGB Variations
Color information
#A63ABD (or 0xA63ABD) is known color: Dark Orchid. HEX triplet: A6, 3A and BD. RGB value is (166,58,189). Sum of RGB (Red+Green+Blue) = 166+58+189=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 58 (23.05% from 255 or 14.04% from 413); Blue value is 189 (74.22% from 255 or 45.76% from 413); Max value from RGB is 189 - color contains mainly: blue. Hex color #A63ABD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63ABD is #59C542. Grayscale: #686868. Windows color (decimal): -5883203 or 12401318. OLE color: 12401318.
HSL color Cylindrical-coordinate representation of color #A63ABD: hue angle of 289.47º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A63ABD is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 166 | 58 | 189 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.26 |
| HSL | 289.47º | 0.53% | 0.48% | - |
| HSV(B) | 289.47º | 0.69% | 0.74% | - |
| XYZ | 26.42 | 14.81 | 49.61 | - |
| YUV | 105.23 | 175.28 | 171.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 58 | 189 | 0.12 | 0.69 | 0 | 0.26 | 289.47 | 0.53 | 0.48 |
| Hex | A6 | 3A | BD | C | 45 | 0 | 1A | 121 | 35 | 30 |
| Octal | 246 | 72 | 275 | 14 | 105 | 0 | 32 | 441 | 65 | 60 |
| Binary | 10100110 | 111010 | 10111101 | 1100 | 1000101 | 0 | 11010 | 100100001 | 110101 | 110000 |
Color Harmonies of #A63ABD
Complementary color
Monochromatic Colors of #A63ABD
Black with #A63ABD
Text Example
Text Example
White with #A63ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63ABD; }
p { color: rgb(166,58,189); }
H1.HeaderClassName
{
color: #A63ABD;
}
.AnyTagClassName
{
color: #A63ABD;
}
</style>
background-color css
<style>
a { background-color: #A63ABD; }
a { background-color: rgb(166,58,189); }
div.DivClassName
{
background-color: #A63ABD;
}
.BgClassName
{
background-color: #A63ABD;
}
</style>
border-color css
<style>
span { border-color: #A63ABD; }
span { border-color: rgb(166,58,189); }
td.TdClassName
{
border-color: #A63ABD;
}
.TagClassName
{
border-color: #A63ABD;
}
</style>