Shades of Dark Orchid #A840C8
Tints of Dark Orchid #A840C8
RGB
CMYK
RGB Variations
Color information
#A840C8 (or 0xA840C8) is known color: Dark Orchid. HEX triplet: A8, 40 and C8. RGB value is (168,64,200). Sum of RGB (Red+Green+Blue) = 168+64+200=432 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.89% from 432); Green value is 64 (25.39% from 255 or 14.81% from 432); Blue value is 200 (78.52% from 255 or 46.30% from 432); Max value from RGB is 200 - color contains mainly: blue. Hex color #A840C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A840C8 is #57BF37. Grayscale: #6E6E6E. Windows color (decimal): -5750584 or 13123752. OLE color: 13123752.
HSL color Cylindrical-coordinate representation of color #A840C8: hue angle of 285.88º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A840C8 is Cyan = 0.16, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 168 | 64 | 200 | - |
| CMYK | 0.16 | 0.68 | 0 | 0.22 |
| HSL | 285.88º | 0.55% | 0.52% | - |
| HSV(B) | 285.88º | 0.68% | 0.78% | - |
| XYZ | 28.41 | 16.16 | 56.27 | - |
| YUV | 110.6 | 178.46 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 64 | 200 | 0.16 | 0.68 | 0 | 0.22 | 285.88 | 0.55 | 0.52 |
| Hex | A8 | 40 | C8 | 10 | 44 | 0 | 16 | 11E | 37 | 34 |
| Octal | 250 | 100 | 310 | 20 | 104 | 0 | 26 | 436 | 67 | 64 |
| Binary | 10101000 | 1000000 | 11001000 | 10000 | 1000100 | 0 | 10110 | 100011110 | 110111 | 110100 |
Color Harmonies of #A840C8
Complementary color
Monochromatic Colors of #A840C8
Black with #A840C8
Text Example
Text Example
White with #A840C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A840C8; }
p { color: rgb(168,64,200); }
H1.HeaderClassName
{
color: #A840C8;
}
.AnyTagClassName
{
color: #A840C8;
}
</style>
background-color css
<style>
a { background-color: #A840C8; }
a { background-color: rgb(168,64,200); }
div.DivClassName
{
background-color: #A840C8;
}
.BgClassName
{
background-color: #A840C8;
}
</style>
border-color css
<style>
span { border-color: #A840C8; }
span { border-color: rgb(168,64,200); }
td.TdClassName
{
border-color: #A840C8;
}
.TagClassName
{
border-color: #A840C8;
}
</style>