Shades of Dark Orchid #A640E0
Tints of Dark Orchid #A640E0
RGB
CMYK
RGB Variations
Color information
#A640E0 (or 0xA640E0) is known color: Dark Orchid. HEX triplet: A6, 40 and E0. RGB value is (166,64,224). Sum of RGB (Red+Green+Blue) = 166+64+224=454 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.56% from 454); Green value is 64 (25.39% from 255 or 14.10% from 454); Blue value is 224 (87.89% from 255 or 49.34% from 454); Max value from RGB is 224 - color contains mainly: blue. Hex color #A640E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A640E0 is #59BF1F. Grayscale: #707070. Windows color (decimal): -5881632 or 14696614. OLE color: 14696614.
HSL color Cylindrical-coordinate representation of color #A640E0: hue angle of 278.25º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A640E0 is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 64 | 224 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.12 |
| HSL | 278.25º | 0.72% | 0.56% | - |
| HSV(B) | 278.25º | 0.71% | 0.88% | - |
| XYZ | 31.01 | 17.16 | 72.2 | - |
| YUV | 112.74 | 190.79 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 64 | 224 | 0.26 | 0.71 | 0 | 0.12 | 278.25 | 0.72 | 0.56 |
| Hex | A6 | 40 | E0 | 1A | 47 | 0 | C | 116 | 48 | 38 |
| Octal | 246 | 100 | 340 | 32 | 107 | 0 | 14 | 426 | 110 | 70 |
| Binary | 10100110 | 1000000 | 11100000 | 11010 | 1000111 | 0 | 1100 | 100010110 | 1001000 | 111000 |
Color Harmonies of #A640E0
Complementary color
Monochromatic Colors of #A640E0
Black with #A640E0
Text Example
Text Example
White with #A640E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A640E0; }
p { color: rgb(166,64,224); }
H1.HeaderClassName
{
color: #A640E0;
}
.AnyTagClassName
{
color: #A640E0;
}
</style>
background-color css
<style>
a { background-color: #A640E0; }
a { background-color: rgb(166,64,224); }
div.DivClassName
{
background-color: #A640E0;
}
.BgClassName
{
background-color: #A640E0;
}
</style>
border-color css
<style>
span { border-color: #A640E0; }
span { border-color: rgb(166,64,224); }
td.TdClassName
{
border-color: #A640E0;
}
.TagClassName
{
border-color: #A640E0;
}
</style>