Shades of Dark Orchid #A640CF
Tints of Dark Orchid #A640CF
RGB
CMYK
RGB Variations
Color information
#A640CF (or 0xA640CF) is known color: Dark Orchid. HEX triplet: A6, 40 and CF. RGB value is (166,64,207). Sum of RGB (Red+Green+Blue) = 166+64+207=437 (57% of max value = 765). Red value is 166 (65.23% from 255 or 37.99% from 437); Green value is 64 (25.39% from 255 or 14.65% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #A640CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A640CF is #59BF30. Grayscale: #6E6E6E. Windows color (decimal): -5881649 or 13582502. OLE color: 13582502.
HSL color Cylindrical-coordinate representation of color #A640CF: hue angle of 282.8º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A640CF is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 64 | 207 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.19 |
| HSL | 282.8º | 0.6% | 0.53% | - |
| HSV(B) | 282.8º | 0.69% | 0.81% | - |
| XYZ | 28.82 | 16.28 | 60.65 | - |
| YUV | 110.8 | 182.29 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 64 | 207 | 0.20 | 0.69 | 0 | 0.19 | 282.8 | 0.6 | 0.53 |
| Hex | A6 | 40 | CF | 14 | 45 | 0 | 13 | 11B | 3C | 35 |
| Octal | 246 | 100 | 317 | 24 | 105 | 0 | 23 | 433 | 74 | 65 |
| Binary | 10100110 | 1000000 | 11001111 | 10100 | 1000101 | 0 | 10011 | 100011011 | 111100 | 110101 |
Color Harmonies of #A640CF
Complementary color
Monochromatic Colors of #A640CF
Black with #A640CF
Text Example
Text Example
White with #A640CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A640CF; }
p { color: rgb(166,64,207); }
H1.HeaderClassName
{
color: #A640CF;
}
.AnyTagClassName
{
color: #A640CF;
}
</style>
background-color css
<style>
a { background-color: #A640CF; }
a { background-color: rgb(166,64,207); }
div.DivClassName
{
background-color: #A640CF;
}
.BgClassName
{
background-color: #A640CF;
}
</style>
border-color css
<style>
span { border-color: #A640CF; }
span { border-color: rgb(166,64,207); }
td.TdClassName
{
border-color: #A640CF;
}
.TagClassName
{
border-color: #A640CF;
}
</style>