Shades of Dark Orchid #A639DD
Tints of Dark Orchid #A639DD
RGB
CMYK
RGB Variations
Color information
#A639DD (or 0xA639DD) is known color: Dark Orchid. HEX triplet: A6, 39 and DD. RGB value is (166,57,221). Sum of RGB (Red+Green+Blue) = 166+57+221=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 57 (22.66% from 255 or 12.84% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #A639DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A639DD is #59C622. Grayscale: #6B6B6B. Windows color (decimal): -5883427 or 14498214. OLE color: 14498214.
HSL color Cylindrical-coordinate representation of color #A639DD: hue angle of 279.88º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A639DD is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 57 | 221 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.13 |
| HSL | 279.88º | 0.71% | 0.55% | - |
| HSV(B) | 279.88º | 0.74% | 0.87% | - |
| XYZ | 30.24 | 16.25 | 69.95 | - |
| YUV | 108.29 | 191.61 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 57 | 221 | 0.25 | 0.74 | 0 | 0.13 | 279.88 | 0.71 | 0.55 |
| Hex | A6 | 39 | DD | 19 | 4A | 0 | D | 118 | 47 | 37 |
| Octal | 246 | 71 | 335 | 31 | 112 | 0 | 15 | 430 | 107 | 67 |
| Binary | 10100110 | 111001 | 11011101 | 11001 | 1001010 | 0 | 1101 | 100011000 | 1000111 | 110111 |
Color Harmonies of #A639DD
Complementary color
Monochromatic Colors of #A639DD
Black with #A639DD
Text Example
Text Example
White with #A639DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A639DD; }
p { color: rgb(166,57,221); }
H1.HeaderClassName
{
color: #A639DD;
}
.AnyTagClassName
{
color: #A639DD;
}
</style>
background-color css
<style>
a { background-color: #A639DD; }
a { background-color: rgb(166,57,221); }
div.DivClassName
{
background-color: #A639DD;
}
.BgClassName
{
background-color: #A639DD;
}
</style>
border-color css
<style>
span { border-color: #A639DD; }
span { border-color: rgb(166,57,221); }
td.TdClassName
{
border-color: #A639DD;
}
.TagClassName
{
border-color: #A639DD;
}
</style>