Shades of Dark Orchid #A840DF
Tints of Dark Orchid #A840DF
RGB
CMYK
RGB Variations
Color information
#A840DF (or 0xA840DF) is known color: Dark Orchid. HEX triplet: A8, 40 and DF. RGB value is (168,64,223). Sum of RGB (Red+Green+Blue) = 168+64+223=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 64 (25.39% from 255 or 14.07% from 455); Blue value is 223 (87.5% from 255 or 49.01% from 455); Max value from RGB is 223 - color contains mainly: blue. Hex color #A840DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A840DF is #57BF20. Grayscale: #707070. Windows color (decimal): -5750561 or 14631080. OLE color: 14631080.
HSL color Cylindrical-coordinate representation of color #A840DF: hue angle of 279.25º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A840DF is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 168 | 64 | 223 | - |
| CMYK | 0.25 | 0.71 | 0 | 0.13 |
| HSL | 279.25º | 0.71% | 0.56% | - |
| HSV(B) | 279.25º | 0.71% | 0.87% | - |
| XYZ | 31.3 | 17.32 | 71.51 | - |
| YUV | 113.22 | 189.96 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 64 | 223 | 0.25 | 0.71 | 0 | 0.13 | 279.25 | 0.71 | 0.56 |
| Hex | A8 | 40 | DF | 19 | 47 | 0 | D | 117 | 47 | 38 |
| Octal | 250 | 100 | 337 | 31 | 107 | 0 | 15 | 427 | 107 | 70 |
| Binary | 10101000 | 1000000 | 11011111 | 11001 | 1000111 | 0 | 1101 | 100010111 | 1000111 | 111000 |
Color Harmonies of #A840DF
Complementary color
Monochromatic Colors of #A840DF
Black with #A840DF
Text Example
Text Example
White with #A840DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A840DF; }
p { color: rgb(168,64,223); }
H1.HeaderClassName
{
color: #A840DF;
}
.AnyTagClassName
{
color: #A840DF;
}
</style>
background-color css
<style>
a { background-color: #A840DF; }
a { background-color: rgb(168,64,223); }
div.DivClassName
{
background-color: #A840DF;
}
.BgClassName
{
background-color: #A840DF;
}
</style>
border-color css
<style>
span { border-color: #A840DF; }
span { border-color: rgb(168,64,223); }
td.TdClassName
{
border-color: #A840DF;
}
.TagClassName
{
border-color: #A840DF;
}
</style>