Shades of Dark Orchid #A73ADA
Tints of Dark Orchid #A73ADA
RGB
CMYK
RGB Variations
Color information
#A73ADA (or 0xA73ADA) is known color: Dark Orchid. HEX triplet: A7, 3A and DA. RGB value is (167,58,218). Sum of RGB (Red+Green+Blue) = 167+58+218=443 (58% of max value = 765). Red value is 167 (65.62% from 255 or 37.70% from 443); Green value is 58 (23.05% from 255 or 13.09% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #A73ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73ADA is #58C525. Grayscale: #6C6C6C. Windows color (decimal): -5817638 or 14301863. OLE color: 14301863.
HSL color Cylindrical-coordinate representation of color #A73ADA: hue angle of 280.88º 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 #A73ADA is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 167 | 58 | 218 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.15 |
| HSL | 280.88º | 0.68% | 0.54% | - |
| HSV(B) | 280.88º | 0.73% | 0.85% | - |
| XYZ | 30.1 | 16.3 | 67.89 | - |
| YUV | 108.83 | 189.61 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 58 | 218 | 0.23 | 0.73 | 0 | 0.15 | 280.88 | 0.68 | 0.54 |
| Hex | A7 | 3A | DA | 17 | 49 | 0 | F | 119 | 44 | 36 |
| Octal | 247 | 72 | 332 | 27 | 111 | 0 | 17 | 431 | 104 | 66 |
| Binary | 10100111 | 111010 | 11011010 | 10111 | 1001001 | 0 | 1111 | 100011001 | 1000100 | 110110 |
Color Harmonies of #A73ADA
Complementary color
Monochromatic Colors of #A73ADA
Black with #A73ADA
Text Example
Text Example
White with #A73ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73ADA; }
p { color: rgb(167,58,218); }
H1.HeaderClassName
{
color: #A73ADA;
}
.AnyTagClassName
{
color: #A73ADA;
}
</style>
background-color css
<style>
a { background-color: #A73ADA; }
a { background-color: rgb(167,58,218); }
div.DivClassName
{
background-color: #A73ADA;
}
.BgClassName
{
background-color: #A73ADA;
}
</style>
border-color css
<style>
span { border-color: #A73ADA; }
span { border-color: rgb(167,58,218); }
td.TdClassName
{
border-color: #A73ADA;
}
.TagClassName
{
border-color: #A73ADA;
}
</style>