Shades of Dark Orchid #A73ADE
Tints of Dark Orchid #A73ADE
RGB
CMYK
RGB Variations
Color information
#A73ADE (or 0xA73ADE) is known color: Dark Orchid. HEX triplet: A7, 3A and DE. RGB value is (167,58,222). Sum of RGB (Red+Green+Blue) = 167+58+222=447 (59% of max value = 765). Red value is 167 (65.62% from 255 or 37.36% from 447); Green value is 58 (23.05% from 255 or 12.98% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #A73ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73ADE is #58C521. Grayscale: #6C6C6C. Windows color (decimal): -5817634 or 14564007. OLE color: 14564007.
HSL color Cylindrical-coordinate representation of color #A73ADE: hue angle of 279.88º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A73ADE is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 58 | 222 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.13 |
| HSL | 279.88º | 0.71% | 0.55% | - |
| HSV(B) | 279.88º | 0.74% | 0.87% | - |
| XYZ | 30.63 | 16.52 | 70.68 | - |
| YUV | 109.29 | 191.61 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 58 | 222 | 0.25 | 0.74 | 0 | 0.13 | 279.88 | 0.71 | 0.55 |
| Hex | A7 | 3A | DE | 19 | 4A | 0 | D | 118 | 47 | 37 |
| Octal | 247 | 72 | 336 | 31 | 112 | 0 | 15 | 430 | 107 | 67 |
| Binary | 10100111 | 111010 | 11011110 | 11001 | 1001010 | 0 | 1101 | 100011000 | 1000111 | 110111 |
Color Harmonies of #A73ADE
Complementary color
Monochromatic Colors of #A73ADE
Black with #A73ADE
Text Example
Text Example
White with #A73ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73ADE; }
p { color: rgb(167,58,222); }
H1.HeaderClassName
{
color: #A73ADE;
}
.AnyTagClassName
{
color: #A73ADE;
}
</style>
background-color css
<style>
a { background-color: #A73ADE; }
a { background-color: rgb(167,58,222); }
div.DivClassName
{
background-color: #A73ADE;
}
.BgClassName
{
background-color: #A73ADE;
}
</style>
border-color css
<style>
span { border-color: #A73ADE; }
span { border-color: rgb(167,58,222); }
td.TdClassName
{
border-color: #A73ADE;
}
.TagClassName
{
border-color: #A73ADE;
}
</style>