Shades of Dark Orchid #A73EE8
Tints of Dark Orchid #A73EE8
RGB
CMYK
RGB Variations
Color information
#A73EE8 (or 0xA73EE8) is known color: Dark Orchid. HEX triplet: A7, 3E and E8. RGB value is (167,62,232). Sum of RGB (Red+Green+Blue) = 167+62+232=461 (61% of max value = 765). Red value is 167 (65.62% from 255 or 36.23% from 461); Green value is 62 (24.61% from 255 or 13.45% from 461); Blue value is 232 (91.02% from 255 or 50.33% from 461); Max value from RGB is 232 - color contains mainly: blue. Hex color #A73EE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A73EE8 is #58C117. Grayscale: #707070. Windows color (decimal): -5816600 or 15220391. OLE color: 15220391.
HSL color Cylindrical-coordinate representation of color #A73EE8: hue angle of 277.06º 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 #A73EE8 is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 167 | 62 | 232 | - |
| CMYK | 0.28 | 0.73 | 0 | 0.09 |
| HSL | 277.06º | 0.79% | 0.58% | - |
| HSV(B) | 277.06º | 0.73% | 0.91% | - |
| XYZ | 32.22 | 17.49 | 78.02 | - |
| YUV | 112.78 | 195.29 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 62 | 232 | 0.28 | 0.73 | 0 | 0.09 | 277.06 | 0.79 | 0.58 |
| Hex | A7 | 3E | E8 | 1C | 49 | 0 | 9 | 115 | 4F | 3A |
| Octal | 247 | 76 | 350 | 34 | 111 | 0 | 11 | 425 | 117 | 72 |
| Binary | 10100111 | 111110 | 11101000 | 11100 | 1001001 | 0 | 1001 | 100010101 | 1001111 | 111010 |
Color Harmonies of #A73EE8
Complementary color
Monochromatic Colors of #A73EE8
Black with #A73EE8
Text Example
Text Example
White with #A73EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73EE8; }
p { color: rgb(167,62,232); }
H1.HeaderClassName
{
color: #A73EE8;
}
.AnyTagClassName
{
color: #A73EE8;
}
</style>
background-color css
<style>
a { background-color: #A73EE8; }
a { background-color: rgb(167,62,232); }
div.DivClassName
{
background-color: #A73EE8;
}
.BgClassName
{
background-color: #A73EE8;
}
</style>
border-color css
<style>
span { border-color: #A73EE8; }
span { border-color: rgb(167,62,232); }
td.TdClassName
{
border-color: #A73EE8;
}
.TagClassName
{
border-color: #A73EE8;
}
</style>