Shades of Dark Orchid #A43FDB
Tints of Dark Orchid #A43FDB
RGB
CMYK
RGB Variations
Color information
#A43FDB (or 0xA43FDB) is known color: Dark Orchid. HEX triplet: A4, 3F and DB. RGB value is (164,63,219). Sum of RGB (Red+Green+Blue) = 164+63+219=446 (59% of max value = 765). Red value is 164 (64.45% from 255 or 36.77% from 446); Green value is 63 (25% from 255 or 14.13% 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 #A43FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43FDB is #5BC024. Grayscale: #6E6E6E. Windows color (decimal): -6012965 or 14368676. OLE color: 14368676.
HSL color Cylindrical-coordinate representation of color #A43FDB: hue angle of 278.85º 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 #A43FDB is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 63 | 219 | - |
| CMYK | 0.25 | 0.71 | 0 | 0.14 |
| HSL | 278.85º | 0.68% | 0.55% | - |
| HSV(B) | 278.85º | 0.71% | 0.86% | - |
| XYZ | 29.87 | 16.56 | 68.64 | - |
| YUV | 110.98 | 188.96 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 63 | 219 | 0.25 | 0.71 | 0 | 0.14 | 278.85 | 0.68 | 0.55 |
| Hex | A4 | 3F | DB | 19 | 47 | 0 | E | 117 | 44 | 37 |
| Octal | 244 | 77 | 333 | 31 | 107 | 0 | 16 | 427 | 104 | 67 |
| Binary | 10100100 | 111111 | 11011011 | 11001 | 1000111 | 0 | 1110 | 100010111 | 1000100 | 110111 |
Color Harmonies of #A43FDB
Complementary color
Monochromatic Colors of #A43FDB
Black with #A43FDB
Text Example
Text Example
White with #A43FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43FDB; }
p { color: rgb(164,63,219); }
H1.HeaderClassName
{
color: #A43FDB;
}
.AnyTagClassName
{
color: #A43FDB;
}
</style>
background-color css
<style>
a { background-color: #A43FDB; }
a { background-color: rgb(164,63,219); }
div.DivClassName
{
background-color: #A43FDB;
}
.BgClassName
{
background-color: #A43FDB;
}
</style>
border-color css
<style>
span { border-color: #A43FDB; }
span { border-color: rgb(164,63,219); }
td.TdClassName
{
border-color: #A43FDB;
}
.TagClassName
{
border-color: #A43FDB;
}
</style>