Shades of Dark Orchid #A639D6
Tints of Dark Orchid #A639D6
RGB
CMYK
RGB Variations
Color information
#A639D6 (or 0xA639D6) is known color: Dark Orchid. HEX triplet: A6, 39 and D6. RGB value is (166,57,214). Sum of RGB (Red+Green+Blue) = 166+57+214=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 57 (22.66% from 255 or 13.04% from 437); Blue value is 214 (83.98% from 255 or 48.97% from 437); Max value from RGB is 214 - color contains mainly: blue. Hex color #A639D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A639D6 is #59C629. Grayscale: #6A6A6A. Windows color (decimal): -5883434 or 14039462. OLE color: 14039462.
HSL color Cylindrical-coordinate representation of color #A639D6: hue angle of 281.66º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A639D6 is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 57 | 214 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.16 |
| HSL | 281.66º | 0.66% | 0.53% | - |
| HSV(B) | 281.66º | 0.73% | 0.84% | - |
| XYZ | 29.33 | 15.89 | 65.14 | - |
| YUV | 107.49 | 188.11 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 57 | 214 | 0.22 | 0.73 | 0 | 0.16 | 281.66 | 0.66 | 0.53 |
| Hex | A6 | 39 | D6 | 16 | 49 | 0 | 10 | 11A | 42 | 35 |
| Octal | 246 | 71 | 326 | 26 | 111 | 0 | 20 | 432 | 102 | 65 |
| Binary | 10100110 | 111001 | 11010110 | 10110 | 1001001 | 0 | 10000 | 100011010 | 1000010 | 110101 |
Color Harmonies of #A639D6
Complementary color
Monochromatic Colors of #A639D6
Black with #A639D6
Text Example
Text Example
White with #A639D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A639D6; }
p { color: rgb(166,57,214); }
H1.HeaderClassName
{
color: #A639D6;
}
.AnyTagClassName
{
color: #A639D6;
}
</style>
background-color css
<style>
a { background-color: #A639D6; }
a { background-color: rgb(166,57,214); }
div.DivClassName
{
background-color: #A639D6;
}
.BgClassName
{
background-color: #A639D6;
}
</style>
border-color css
<style>
span { border-color: #A639D6; }
span { border-color: rgb(166,57,214); }
td.TdClassName
{
border-color: #A639D6;
}
.TagClassName
{
border-color: #A639D6;
}
</style>