Shades of Dark Orchid #A639BE
Tints of Dark Orchid #A639BE
RGB
CMYK
RGB Variations
Color information
#A639BE (or 0xA639BE) is known color: Dark Orchid. HEX triplet: A6, 39 and BE. RGB value is (166,57,190). Sum of RGB (Red+Green+Blue) = 166+57+190=413 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.19% from 413); Green value is 57 (22.66% from 255 or 13.80% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #A639BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A639BE is #59C641. Grayscale: #686868. Windows color (decimal): -5883458 or 12466598. OLE color: 12466598.
HSL color Cylindrical-coordinate representation of color #A639BE: hue angle of 289.17º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A639BE is Cyan = 0.13, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 57 | 190 | - |
| CMYK | 0.13 | 0.7 | 0 | 0.25 |
| HSL | 289.17º | 0.54% | 0.48% | - |
| HSV(B) | 289.17º | 0.7% | 0.75% | - |
| XYZ | 26.48 | 14.75 | 50.17 | - |
| YUV | 104.75 | 176.11 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 57 | 190 | 0.13 | 0.7 | 0 | 0.25 | 289.17 | 0.54 | 0.48 |
| Hex | A6 | 39 | BE | D | 46 | 0 | 19 | 121 | 36 | 30 |
| Octal | 246 | 71 | 276 | 15 | 106 | 0 | 31 | 441 | 66 | 60 |
| Binary | 10100110 | 111001 | 10111110 | 1101 | 1000110 | 0 | 11001 | 100100001 | 110110 | 110000 |
Color Harmonies of #A639BE
Complementary color
Monochromatic Colors of #A639BE
Black with #A639BE
Text Example
Text Example
White with #A639BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A639BE; }
p { color: rgb(166,57,190); }
H1.HeaderClassName
{
color: #A639BE;
}
.AnyTagClassName
{
color: #A639BE;
}
</style>
background-color css
<style>
a { background-color: #A639BE; }
a { background-color: rgb(166,57,190); }
div.DivClassName
{
background-color: #A639BE;
}
.BgClassName
{
background-color: #A639BE;
}
</style>
border-color css
<style>
span { border-color: #A639BE; }
span { border-color: rgb(166,57,190); }
td.TdClassName
{
border-color: #A639BE;
}
.TagClassName
{
border-color: #A639BE;
}
</style>