Shades of Dark Orchid #A840D0
Tints of Dark Orchid #A840D0
RGB
CMYK
RGB Variations
Color information
#A840D0 (or 0xA840D0) is known color: Dark Orchid. HEX triplet: A8, 40 and D0. RGB value is (168,64,208). Sum of RGB (Red+Green+Blue) = 168+64+208=440 (58% of max value = 765). Red value is 168 (66.02% from 255 or 38.18% from 440); Green value is 64 (25.39% from 255 or 14.55% from 440); Blue value is 208 (81.64% from 255 or 47.27% from 440); Max value from RGB is 208 - color contains mainly: blue. Hex color #A840D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A840D0 is #57BF2F. Grayscale: #6F6F6F. Windows color (decimal): -5750576 or 13648040. OLE color: 13648040.
HSL color Cylindrical-coordinate representation of color #A840D0: hue angle of 283.33º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A840D0 is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 64 | 208 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.18 |
| HSL | 283.33º | 0.61% | 0.53% | - |
| HSV(B) | 283.33º | 0.69% | 0.82% | - |
| XYZ | 29.37 | 16.55 | 61.32 | - |
| YUV | 111.51 | 182.46 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 64 | 208 | 0.19 | 0.69 | 0 | 0.18 | 283.33 | 0.61 | 0.53 |
| Hex | A8 | 40 | D0 | 13 | 45 | 0 | 12 | 11B | 3D | 35 |
| Octal | 250 | 100 | 320 | 23 | 105 | 0 | 22 | 433 | 75 | 65 |
| Binary | 10101000 | 1000000 | 11010000 | 10011 | 1000101 | 0 | 10010 | 100011011 | 111101 | 110101 |
Color Harmonies of #A840D0
Complementary color
Monochromatic Colors of #A840D0
Black with #A840D0
Text Example
Text Example
White with #A840D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A840D0; }
p { color: rgb(168,64,208); }
H1.HeaderClassName
{
color: #A840D0;
}
.AnyTagClassName
{
color: #A840D0;
}
</style>
background-color css
<style>
a { background-color: #A840D0; }
a { background-color: rgb(168,64,208); }
div.DivClassName
{
background-color: #A840D0;
}
.BgClassName
{
background-color: #A840D0;
}
</style>
border-color css
<style>
span { border-color: #A840D0; }
span { border-color: rgb(168,64,208); }
td.TdClassName
{
border-color: #A840D0;
}
.TagClassName
{
border-color: #A840D0;
}
</style>