Shades of Dark Orchid #A43DB9
Tints of Dark Orchid #A43DB9
RGB
CMYK
RGB Variations
Color information
#A43DB9 (or 0xA43DB9) is known color: Dark Orchid. HEX triplet: A4, 3D and B9. RGB value is (164,61,185). Sum of RGB (Red+Green+Blue) = 164+61+185=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 61 (24.22% from 255 or 14.88% from 410); Blue value is 185 (72.66% from 255 or 45.12% from 410); Max value from RGB is 185 - color contains mainly: blue. Hex color #A43DB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A43DB9 is #5BC246. Grayscale: #696969. Windows color (decimal): -6013511 or 12139940. OLE color: 12139940.
HSL color Cylindrical-coordinate representation of color #A43DB9: hue angle of 289.84º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A43DB9 is Cyan = 0.11, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 164 | 61 | 185 | - |
| CMYK | 0.11 | 0.67 | 0 | 0.27 |
| HSL | 289.84º | 0.5% | 0.48% | - |
| HSV(B) | 289.84º | 0.67% | 0.73% | - |
| XYZ | 25.74 | 14.73 | 47.39 | - |
| YUV | 105.93 | 172.62 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 61 | 185 | 0.11 | 0.67 | 0 | 0.27 | 289.84 | 0.5 | 0.48 |
| Hex | A4 | 3D | B9 | B | 43 | 0 | 1B | 122 | 32 | 30 |
| Octal | 244 | 75 | 271 | 13 | 103 | 0 | 33 | 442 | 62 | 60 |
| Binary | 10100100 | 111101 | 10111001 | 1011 | 1000011 | 0 | 11011 | 100100010 | 110010 | 110000 |
Color Harmonies of #A43DB9
Complementary color
Monochromatic Colors of #A43DB9
Black with #A43DB9
Text Example
Text Example
White with #A43DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A43DB9; }
p { color: rgb(164,61,185); }
H1.HeaderClassName
{
color: #A43DB9;
}
.AnyTagClassName
{
color: #A43DB9;
}
</style>
background-color css
<style>
a { background-color: #A43DB9; }
a { background-color: rgb(164,61,185); }
div.DivClassName
{
background-color: #A43DB9;
}
.BgClassName
{
background-color: #A43DB9;
}
</style>
border-color css
<style>
span { border-color: #A43DB9; }
span { border-color: rgb(164,61,185); }
td.TdClassName
{
border-color: #A43DB9;
}
.TagClassName
{
border-color: #A43DB9;
}
</style>