Shades of Dark Orchid #A343DB
Tints of Dark Orchid #A343DB
RGB
CMYK
RGB Variations
Color information
#A343DB (or 0xA343DB) is known color: Dark Orchid. HEX triplet: A3, 43 and DB. RGB value is (163,67,219). Sum of RGB (Red+Green+Blue) = 163+67+219=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 67 (26.56% from 255 or 14.92% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #A343DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A343DB is #5CBC24. Grayscale: #707070. Windows color (decimal): -6077477 or 14369699. OLE color: 14369699.
HSL color Cylindrical-coordinate representation of color #A343DB: hue angle of 277.89º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A343DB is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 163 | 67 | 219 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.14 |
| HSL | 277.89º | 0.68% | 0.56% | - |
| HSV(B) | 277.89º | 0.69% | 0.86% | - |
| XYZ | 29.9 | 16.92 | 68.71 | - |
| YUV | 113.03 | 187.8 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 67 | 219 | 0.26 | 0.69 | 0 | 0.14 | 277.89 | 0.68 | 0.56 |
| Hex | A3 | 43 | DB | 1A | 45 | 0 | E | 116 | 44 | 38 |
| Octal | 243 | 103 | 333 | 32 | 105 | 0 | 16 | 426 | 104 | 70 |
| Binary | 10100011 | 1000011 | 11011011 | 11010 | 1000101 | 0 | 1110 | 100010110 | 1000100 | 111000 |
Color Harmonies of #A343DB
Complementary color
Monochromatic Colors of #A343DB
Black with #A343DB
Text Example
Text Example
White with #A343DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A343DB; }
p { color: rgb(163,67,219); }
H1.HeaderClassName
{
color: #A343DB;
}
.AnyTagClassName
{
color: #A343DB;
}
</style>
background-color css
<style>
a { background-color: #A343DB; }
a { background-color: rgb(163,67,219); }
div.DivClassName
{
background-color: #A343DB;
}
.BgClassName
{
background-color: #A343DB;
}
</style>
border-color css
<style>
span { border-color: #A343DB; }
span { border-color: rgb(163,67,219); }
td.TdClassName
{
border-color: #A343DB;
}
.TagClassName
{
border-color: #A343DB;
}
</style>