Shades of Dark Orchid #A639DF
Tints of Dark Orchid #A639DF
RGB
CMYK
RGB Variations
Color information
#A639DF (or 0xA639DF) is known color: Dark Orchid. HEX triplet: A6, 39 and DF. RGB value is (166,57,223). Sum of RGB (Red+Green+Blue) = 166+57+223=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 57 (22.66% from 255 or 12.78% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #A639DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A639DF is #59C620. Grayscale: #6B6B6B. Windows color (decimal): -5883425 or 14629286. OLE color: 14629286.
HSL color Cylindrical-coordinate representation of color #A639DF: hue angle of 279.4º degrees, saturation: 0.72, 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 #A639DF is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 57 | 223 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.13 |
| HSL | 279.4º | 0.72% | 0.55% | - |
| HSV(B) | 279.4º | 0.74% | 0.87% | - |
| XYZ | 30.51 | 16.36 | 71.36 | - |
| YUV | 108.52 | 192.61 | 169 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 57 | 223 | 0.26 | 0.74 | 0 | 0.13 | 279.4 | 0.72 | 0.55 |
| Hex | A6 | 39 | DF | 1A | 4A | 0 | D | 117 | 48 | 37 |
| Octal | 246 | 71 | 337 | 32 | 112 | 0 | 15 | 427 | 110 | 67 |
| Binary | 10100110 | 111001 | 11011111 | 11010 | 1001010 | 0 | 1101 | 100010111 | 1001000 | 110111 |
Color Harmonies of #A639DF
Complementary color
Monochromatic Colors of #A639DF
Black with #A639DF
Text Example
Text Example
White with #A639DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A639DF; }
p { color: rgb(166,57,223); }
H1.HeaderClassName
{
color: #A639DF;
}
.AnyTagClassName
{
color: #A639DF;
}
</style>
background-color css
<style>
a { background-color: #A639DF; }
a { background-color: rgb(166,57,223); }
div.DivClassName
{
background-color: #A639DF;
}
.BgClassName
{
background-color: #A639DF;
}
</style>
border-color css
<style>
span { border-color: #A639DF; }
span { border-color: rgb(166,57,223); }
td.TdClassName
{
border-color: #A639DF;
}
.TagClassName
{
border-color: #A639DF;
}
</style>