Shades of Dark Orchid #A040DF
Tints of Dark Orchid #A040DF
RGB
CMYK
RGB Variations
Color information
#A040DF (or 0xA040DF) is known color: Dark Orchid. HEX triplet: A0, 40 and DF. RGB value is (160,64,223). Sum of RGB (Red+Green+Blue) = 160+64+223=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 64 (25.39% from 255 or 14.32% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #A040DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A040DF is #5FBF20. Grayscale: #6E6E6E. Windows color (decimal): -6274849 or 14631072. OLE color: 14631072.
HSL color Cylindrical-coordinate representation of color #A040DF: hue angle of 276.23º 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 #A040DF is Cyan = 0.28, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 160 | 64 | 223 | - |
| CMYK | 0.28 | 0.71 | 0 | 0.13 |
| HSL | 276.23º | 0.71% | 0.56% | - |
| HSV(B) | 276.23º | 0.71% | 0.87% | - |
| XYZ | 29.65 | 16.47 | 71.43 | - |
| YUV | 110.83 | 191.3 | 163.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 64 | 223 | 0.28 | 0.71 | 0 | 0.13 | 276.23 | 0.71 | 0.56 |
| Hex | A0 | 40 | DF | 1C | 47 | 0 | D | 114 | 47 | 38 |
| Octal | 240 | 100 | 337 | 34 | 107 | 0 | 15 | 424 | 107 | 70 |
| Binary | 10100000 | 1000000 | 11011111 | 11100 | 1000111 | 0 | 1101 | 100010100 | 1000111 | 111000 |
Color Harmonies of #A040DF
Complementary color
Monochromatic Colors of #A040DF
Black with #A040DF
Text Example
Text Example
White with #A040DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A040DF; }
p { color: rgb(160,64,223); }
H1.HeaderClassName
{
color: #A040DF;
}
.AnyTagClassName
{
color: #A040DF;
}
</style>
background-color css
<style>
a { background-color: #A040DF; }
a { background-color: rgb(160,64,223); }
div.DivClassName
{
background-color: #A040DF;
}
.BgClassName
{
background-color: #A040DF;
}
</style>
border-color css
<style>
span { border-color: #A040DF; }
span { border-color: rgb(160,64,223); }
td.TdClassName
{
border-color: #A040DF;
}
.TagClassName
{
border-color: #A040DF;
}
</style>