Shades of Dark Orchid #A640D7
Tints of Dark Orchid #A640D7
RGB
CMYK
RGB Variations
Color information
#A640D7 (or 0xA640D7) is known color: Dark Orchid. HEX triplet: A6, 40 and D7. RGB value is (166,64,215). Sum of RGB (Red+Green+Blue) = 166+64+215=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 64 (25.39% from 255 or 14.38% from 445); Blue value is 215 (84.38% from 255 or 48.31% from 445); Max value from RGB is 215 - color contains mainly: blue. Hex color #A640D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A640D7 is #59BF28. Grayscale: #6F6F6F. Windows color (decimal): -5881641 or 14106790. OLE color: 14106790.
HSL color Cylindrical-coordinate representation of color #A640D7: hue angle of 280.53º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A640D7 is Cyan = 0.23, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 64 | 215 | - |
| CMYK | 0.23 | 0.70 | 0 | 0.16 |
| HSL | 280.53º | 0.65% | 0.55% | - |
| HSV(B) | 280.53º | 0.7% | 0.84% | - |
| XYZ | 29.83 | 16.68 | 65.94 | - |
| YUV | 111.71 | 186.29 | 166.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 64 | 215 | 0.23 | 0.70 | 0 | 0.16 | 280.53 | 0.65 | 0.55 |
| Hex | A6 | 40 | D7 | 17 | 46 | 0 | 10 | 119 | 41 | 37 |
| Octal | 246 | 100 | 327 | 27 | 106 | 0 | 20 | 431 | 101 | 67 |
| Binary | 10100110 | 1000000 | 11010111 | 10111 | 1000110 | 0 | 10000 | 100011001 | 1000001 | 110111 |
Color Harmonies of #A640D7
Complementary color
Monochromatic Colors of #A640D7
Black with #A640D7
Text Example
Text Example
White with #A640D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A640D7; }
p { color: rgb(166,64,215); }
H1.HeaderClassName
{
color: #A640D7;
}
.AnyTagClassName
{
color: #A640D7;
}
</style>
background-color css
<style>
a { background-color: #A640D7; }
a { background-color: rgb(166,64,215); }
div.DivClassName
{
background-color: #A640D7;
}
.BgClassName
{
background-color: #A640D7;
}
</style>
border-color css
<style>
span { border-color: #A640D7; }
span { border-color: rgb(166,64,215); }
td.TdClassName
{
border-color: #A640D7;
}
.TagClassName
{
border-color: #A640D7;
}
</style>