Shades of Dark Orchid #A340D6
Tints of Dark Orchid #A340D6
RGB
CMYK
RGB Variations
Color information
#A340D6 (or 0xA340D6) is known color: Dark Orchid. HEX triplet: A3, 40 and D6. RGB value is (163,64,214). Sum of RGB (Red+Green+Blue) = 163+64+214=441 (58% of max value = 765). Red value is 163 (64.06% from 255 or 36.96% from 441); Green value is 64 (25.39% from 255 or 14.51% from 441); Blue value is 214 (83.98% from 255 or 48.53% from 441); Max value from RGB is 214 - color contains mainly: blue. Hex color #A340D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A340D6 is #5CBF29. Grayscale: #6E6E6E. Windows color (decimal): -6078250 or 14041251. OLE color: 14041251.
HSL color Cylindrical-coordinate representation of color #A340D6: hue angle of 279.6º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A340D6 is Cyan = 0.24, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 163 | 64 | 214 | - |
| CMYK | 0.24 | 0.70 | 0 | 0.16 |
| HSL | 279.6º | 0.65% | 0.55% | - |
| HSV(B) | 279.6º | 0.7% | 0.84% | - |
| XYZ | 29.08 | 16.31 | 65.23 | - |
| YUV | 110.7 | 186.3 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 64 | 214 | 0.24 | 0.70 | 0 | 0.16 | 279.6 | 0.65 | 0.55 |
| Hex | A3 | 40 | D6 | 18 | 46 | 0 | 10 | 118 | 41 | 37 |
| Octal | 243 | 100 | 326 | 30 | 106 | 0 | 20 | 430 | 101 | 67 |
| Binary | 10100011 | 1000000 | 11010110 | 11000 | 1000110 | 0 | 10000 | 100011000 | 1000001 | 110111 |
Color Harmonies of #A340D6
Complementary color
Monochromatic Colors of #A340D6
Black with #A340D6
Text Example
Text Example
White with #A340D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A340D6; }
p { color: rgb(163,64,214); }
H1.HeaderClassName
{
color: #A340D6;
}
.AnyTagClassName
{
color: #A340D6;
}
</style>
background-color css
<style>
a { background-color: #A340D6; }
a { background-color: rgb(163,64,214); }
div.DivClassName
{
background-color: #A340D6;
}
.BgClassName
{
background-color: #A340D6;
}
</style>
border-color css
<style>
span { border-color: #A340D6; }
span { border-color: rgb(163,64,214); }
td.TdClassName
{
border-color: #A340D6;
}
.TagClassName
{
border-color: #A340D6;
}
</style>