Shades of Dark Orchid #A639C1
Tints of Dark Orchid #A639C1
RGB
CMYK
RGB Variations
Color information
#A639C1 (or 0xA639C1) is known color: Dark Orchid. HEX triplet: A6, 39 and C1. RGB value is (166,57,193). Sum of RGB (Red+Green+Blue) = 166+57+193=416 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.90% from 416); Green value is 57 (22.66% from 255 or 13.70% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 193 - color contains mainly: blue. Hex color #A639C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A639C1 is #59C63E. Grayscale: #686868. Windows color (decimal): -5883455 or 12663206. OLE color: 12663206.
HSL color Cylindrical-coordinate representation of color #A639C1: hue angle of 288.09º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A639C1 is Cyan = 0.14, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 57 | 193 | - |
| CMYK | 0.14 | 0.70 | 0 | 0.24 |
| HSL | 288.09º | 0.54% | 0.49% | - |
| HSV(B) | 288.09º | 0.7% | 0.76% | - |
| XYZ | 26.81 | 14.88 | 51.91 | - |
| YUV | 105.1 | 177.61 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 57 | 193 | 0.14 | 0.70 | 0 | 0.24 | 288.09 | 0.54 | 0.49 |
| Hex | A6 | 39 | C1 | E | 46 | 0 | 18 | 120 | 36 | 31 |
| Octal | 246 | 71 | 301 | 16 | 106 | 0 | 30 | 440 | 66 | 61 |
| Binary | 10100110 | 111001 | 11000001 | 1110 | 1000110 | 0 | 11000 | 100100000 | 110110 | 110001 |
Color Harmonies of #A639C1
Complementary color
Monochromatic Colors of #A639C1
Black with #A639C1
Text Example
Text Example
White with #A639C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A639C1; }
p { color: rgb(166,57,193); }
H1.HeaderClassName
{
color: #A639C1;
}
.AnyTagClassName
{
color: #A639C1;
}
</style>
background-color css
<style>
a { background-color: #A639C1; }
a { background-color: rgb(166,57,193); }
div.DivClassName
{
background-color: #A639C1;
}
.BgClassName
{
background-color: #A639C1;
}
</style>
border-color css
<style>
span { border-color: #A639C1; }
span { border-color: rgb(166,57,193); }
td.TdClassName
{
border-color: #A639C1;
}
.TagClassName
{
border-color: #A639C1;
}
</style>