Shades of Dark Orchid #A73EEA
Tints of Dark Orchid #A73EEA
RGB
CMYK
RGB Variations
Color information
#A73EEA (or 0xA73EEA) is known color: Dark Orchid. HEX triplet: A7, 3E and EA. RGB value is (167,62,234). Sum of RGB (Red+Green+Blue) = 167+62+234=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 62 (24.61% from 255 or 13.39% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #A73EEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A73EEA is #58C115. Grayscale: #707070. Windows color (decimal): -5816598 or 15351463. OLE color: 15351463.
HSL color Cylindrical-coordinate representation of color #A73EEA: hue angle of 276.63º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A73EEA is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 167 | 62 | 234 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.08 |
| HSL | 276.63º | 0.8% | 0.58% | - |
| HSV(B) | 276.63º | 0.74% | 0.92% | - |
| XYZ | 32.51 | 17.6 | 79.53 | - |
| YUV | 113 | 196.29 | 166.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 62 | 234 | 0.29 | 0.74 | 0 | 0.08 | 276.63 | 0.8 | 0.58 |
| Hex | A7 | 3E | EA | 1D | 4A | 0 | 8 | 115 | 50 | 3A |
| Octal | 247 | 76 | 352 | 35 | 112 | 0 | 10 | 425 | 120 | 72 |
| Binary | 10100111 | 111110 | 11101010 | 11101 | 1001010 | 0 | 1000 | 100010101 | 1010000 | 111010 |
Color Harmonies of #A73EEA
Complementary color
Monochromatic Colors of #A73EEA
Black with #A73EEA
Text Example
Text Example
White with #A73EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73EEA; }
p { color: rgb(167,62,234); }
H1.HeaderClassName
{
color: #A73EEA;
}
.AnyTagClassName
{
color: #A73EEA;
}
</style>
background-color css
<style>
a { background-color: #A73EEA; }
a { background-color: rgb(167,62,234); }
div.DivClassName
{
background-color: #A73EEA;
}
.BgClassName
{
background-color: #A73EEA;
}
</style>
border-color css
<style>
span { border-color: #A73EEA; }
span { border-color: rgb(167,62,234); }
td.TdClassName
{
border-color: #A73EEA;
}
.TagClassName
{
border-color: #A73EEA;
}
</style>