Shades of Dark Orchid #A73FE9
Tints of Dark Orchid #A73FE9
RGB
CMYK
RGB Variations
Color information
#A73FE9 (or 0xA73FE9) is known color: Dark Orchid. HEX triplet: A7, 3F and E9. RGB value is (167,63,233). Sum of RGB (Red+Green+Blue) = 167+63+233=463 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.07% from 463); Green value is 63 (25% from 255 or 13.61% from 463); Blue value is 233 (91.41% from 255 or 50.32% from 463); Max value from RGB is 233 - color contains mainly: blue. Hex color #A73FE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A73FE9 is #58C016. Grayscale: #707070. Windows color (decimal): -5816343 or 15286183. OLE color: 15286183.
HSL color Cylindrical-coordinate representation of color #A73FE9: hue angle of 276.71º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A73FE9 is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 167 | 63 | 233 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.09 |
| HSL | 276.71º | 0.79% | 0.58% | - |
| HSV(B) | 276.71º | 0.73% | 0.91% | - |
| XYZ | 32.42 | 17.65 | 78.79 | - |
| YUV | 113.48 | 195.46 | 166.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 63 | 233 | 0.28 | 0.73 | 0 | 0.09 | 276.71 | 0.79 | 0.58 |
| Hex | A7 | 3F | E9 | 1C | 49 | 0 | 9 | 115 | 4F | 3A |
| Octal | 247 | 77 | 351 | 34 | 111 | 0 | 11 | 425 | 117 | 72 |
| Binary | 10100111 | 111111 | 11101001 | 11100 | 1001001 | 0 | 1001 | 100010101 | 1001111 | 111010 |
Color Harmonies of #A73FE9
Complementary color
Monochromatic Colors of #A73FE9
Black with #A73FE9
Text Example
Text Example
White with #A73FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73FE9; }
p { color: rgb(167,63,233); }
H1.HeaderClassName
{
color: #A73FE9;
}
.AnyTagClassName
{
color: #A73FE9;
}
</style>
background-color css
<style>
a { background-color: #A73FE9; }
a { background-color: rgb(167,63,233); }
div.DivClassName
{
background-color: #A73FE9;
}
.BgClassName
{
background-color: #A73FE9;
}
</style>
border-color css
<style>
span { border-color: #A73FE9; }
span { border-color: rgb(167,63,233); }
td.TdClassName
{
border-color: #A73FE9;
}
.TagClassName
{
border-color: #A73FE9;
}
</style>