Shades of Dark Orchid #A340D9
Tints of Dark Orchid #A340D9
RGB
CMYK
RGB Variations
Color information
#A340D9 (or 0xA340D9) is known color: Dark Orchid. HEX triplet: A3, 40 and D9. RGB value is (163,64,217). Sum of RGB (Red+Green+Blue) = 163+64+217=444 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.71% from 444); Green value is 64 (25.39% from 255 or 14.41% from 444); Blue value is 217 (85.16% from 255 or 48.87% from 444); Max value from RGB is 217 - color contains mainly: blue. Hex color #A340D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A340D9 is #5CBF26. Grayscale: #6E6E6E. Windows color (decimal): -6078247 or 14237859. OLE color: 14237859.
HSL color Cylindrical-coordinate representation of color #A340D9: hue angle of 278.82º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A340D9 is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 163 | 64 | 217 | - |
| CMYK | 0.25 | 0.71 | 0 | 0.15 |
| HSL | 278.82º | 0.67% | 0.55% | - |
| HSV(B) | 278.82º | 0.71% | 0.85% | - |
| XYZ | 29.46 | 16.46 | 67.27 | - |
| YUV | 111.04 | 187.8 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 64 | 217 | 0.25 | 0.71 | 0 | 0.15 | 278.82 | 0.67 | 0.55 |
| Hex | A3 | 40 | D9 | 19 | 47 | 0 | F | 117 | 43 | 37 |
| Octal | 243 | 100 | 331 | 31 | 107 | 0 | 17 | 427 | 103 | 67 |
| Binary | 10100011 | 1000000 | 11011001 | 11001 | 1000111 | 0 | 1111 | 100010111 | 1000011 | 110111 |
Color Harmonies of #A340D9
Complementary color
Monochromatic Colors of #A340D9
Black with #A340D9
Text Example
Text Example
White with #A340D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A340D9; }
p { color: rgb(163,64,217); }
H1.HeaderClassName
{
color: #A340D9;
}
.AnyTagClassName
{
color: #A340D9;
}
</style>
background-color css
<style>
a { background-color: #A340D9; }
a { background-color: rgb(163,64,217); }
div.DivClassName
{
background-color: #A340D9;
}
.BgClassName
{
background-color: #A340D9;
}
</style>
border-color css
<style>
span { border-color: #A340D9; }
span { border-color: rgb(163,64,217); }
td.TdClassName
{
border-color: #A340D9;
}
.TagClassName
{
border-color: #A340D9;
}
</style>