Shades of Dark Orchid #A73AD9
Tints of Dark Orchid #A73AD9
RGB
CMYK
RGB Variations
Color information
#A73AD9 (or 0xA73AD9) is known color: Dark Orchid. HEX triplet: A7, 3A and D9. RGB value is (167,58,217). Sum of RGB (Red+Green+Blue) = 167+58+217=442 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.78% from 442); Green value is 58 (23.05% from 255 or 13.12% from 442); Blue value is 217 (85.16% from 255 or 49.10% from 442); Max value from RGB is 217 - color contains mainly: blue. Hex color #A73AD9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73AD9 is #58C526. Grayscale: #6C6C6C. Windows color (decimal): -5817639 or 14236327. OLE color: 14236327.
HSL color Cylindrical-coordinate representation of color #A73AD9: hue angle of 281.13º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A73AD9 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 58 | 217 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.15 |
| HSL | 281.13º | 0.68% | 0.54% | - |
| HSV(B) | 281.13º | 0.73% | 0.85% | - |
| XYZ | 29.97 | 16.25 | 67.2 | - |
| YUV | 108.72 | 189.11 | 169.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 58 | 217 | 0.23 | 0.73 | 0 | 0.15 | 281.13 | 0.68 | 0.54 |
| Hex | A7 | 3A | D9 | 17 | 49 | 0 | F | 119 | 44 | 36 |
| Octal | 247 | 72 | 331 | 27 | 111 | 0 | 17 | 431 | 104 | 66 |
| Binary | 10100111 | 111010 | 11011001 | 10111 | 1001001 | 0 | 1111 | 100011001 | 1000100 | 110110 |
Color Harmonies of #A73AD9
Complementary color
Monochromatic Colors of #A73AD9
Black with #A73AD9
Text Example
Text Example
White with #A73AD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73AD9; }
p { color: rgb(167,58,217); }
H1.HeaderClassName
{
color: #A73AD9;
}
.AnyTagClassName
{
color: #A73AD9;
}
</style>
background-color css
<style>
a { background-color: #A73AD9; }
a { background-color: rgb(167,58,217); }
div.DivClassName
{
background-color: #A73AD9;
}
.BgClassName
{
background-color: #A73AD9;
}
</style>
border-color css
<style>
span { border-color: #A73AD9; }
span { border-color: rgb(167,58,217); }
td.TdClassName
{
border-color: #A73AD9;
}
.TagClassName
{
border-color: #A73AD9;
}
</style>