Shades of Dark Orchid #A63ABE
Tints of Dark Orchid #A63ABE
RGB
CMYK
RGB Variations
Color information
#A63ABE (or 0xA63ABE) is known color: Dark Orchid. HEX triplet: A6, 3A and BE. RGB value is (166,58,190). Sum of RGB (Red+Green+Blue) = 166+58+190=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 58 (23.05% from 255 or 14.01% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #A63ABE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A63ABE is #59C541. Grayscale: #686868. Windows color (decimal): -5883202 or 12466854. OLE color: 12466854.
HSL color Cylindrical-coordinate representation of color #A63ABE: hue angle of 289.09º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A63ABE is Cyan = 0.13, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 58 | 190 | - |
| CMYK | 0.13 | 0.69 | 0 | 0.25 |
| HSL | 289.09º | 0.53% | 0.49% | - |
| HSV(B) | 289.09º | 0.69% | 0.75% | - |
| XYZ | 26.53 | 14.85 | 50.18 | - |
| YUV | 105.34 | 175.78 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 58 | 190 | 0.13 | 0.69 | 0 | 0.25 | 289.09 | 0.53 | 0.49 |
| Hex | A6 | 3A | BE | D | 45 | 0 | 19 | 121 | 35 | 31 |
| Octal | 246 | 72 | 276 | 15 | 105 | 0 | 31 | 441 | 65 | 61 |
| Binary | 10100110 | 111010 | 10111110 | 1101 | 1000101 | 0 | 11001 | 100100001 | 110101 | 110001 |
Color Harmonies of #A63ABE
Complementary color
Monochromatic Colors of #A63ABE
Black with #A63ABE
Text Example
Text Example
White with #A63ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A63ABE; }
p { color: rgb(166,58,190); }
H1.HeaderClassName
{
color: #A63ABE;
}
.AnyTagClassName
{
color: #A63ABE;
}
</style>
background-color css
<style>
a { background-color: #A63ABE; }
a { background-color: rgb(166,58,190); }
div.DivClassName
{
background-color: #A63ABE;
}
.BgClassName
{
background-color: #A63ABE;
}
</style>
border-color css
<style>
span { border-color: #A63ABE; }
span { border-color: rgb(166,58,190); }
td.TdClassName
{
border-color: #A63ABE;
}
.TagClassName
{
border-color: #A63ABE;
}
</style>