Shades of Dark Orchid #A340DB
Tints of Dark Orchid #A340DB
RGB
CMYK
RGB Variations
Color information
#A340DB (or 0xA340DB) is known color: Dark Orchid. HEX triplet: A3, 40 and DB. RGB value is (163,64,219). Sum of RGB (Red+Green+Blue) = 163+64+219=446 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.55% from 446); Green value is 64 (25.39% from 255 or 14.35% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #A340DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A340DB is #5CBF24. Grayscale: #6E6E6E. Windows color (decimal): -6078245 or 14368931. OLE color: 14368931.
HSL color Cylindrical-coordinate representation of color #A340DB: hue angle of 278.32º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A340DB is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 64 | 219 | - |
| CMYK | 0.26 | 0.71 | 0 | 0.14 |
| HSL | 278.32º | 0.68% | 0.55% | - |
| HSV(B) | 278.32º | 0.71% | 0.86% | - |
| XYZ | 29.72 | 16.57 | 68.65 | - |
| YUV | 111.27 | 188.8 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 64 | 219 | 0.26 | 0.71 | 0 | 0.14 | 278.32 | 0.68 | 0.55 |
| Hex | A3 | 40 | DB | 1A | 47 | 0 | E | 116 | 44 | 37 |
| Octal | 243 | 100 | 333 | 32 | 107 | 0 | 16 | 426 | 104 | 67 |
| Binary | 10100011 | 1000000 | 11011011 | 11010 | 1000111 | 0 | 1110 | 100010110 | 1000100 | 110111 |
Color Harmonies of #A340DB
Complementary color
Monochromatic Colors of #A340DB
Black with #A340DB
Text Example
Text Example
White with #A340DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A340DB; }
p { color: rgb(163,64,219); }
H1.HeaderClassName
{
color: #A340DB;
}
.AnyTagClassName
{
color: #A340DB;
}
</style>
background-color css
<style>
a { background-color: #A340DB; }
a { background-color: rgb(163,64,219); }
div.DivClassName
{
background-color: #A340DB;
}
.BgClassName
{
background-color: #A340DB;
}
</style>
border-color css
<style>
span { border-color: #A340DB; }
span { border-color: rgb(163,64,219); }
td.TdClassName
{
border-color: #A340DB;
}
.TagClassName
{
border-color: #A340DB;
}
</style>