Shades of Dark Orchid #A73EBA
Tints of Dark Orchid #A73EBA
RGB
CMYK
RGB Variations
Color information
#A73EBA (or 0xA73EBA) is known color: Dark Orchid. HEX triplet: A7, 3E and BA. RGB value is (167,62,186). Sum of RGB (Red+Green+Blue) = 167+62+186=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 62 (24.61% from 255 or 14.94% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #A73EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73EBA is #58C145. Grayscale: #6B6B6B. Windows color (decimal): -5816646 or 12205735. OLE color: 12205735.
HSL color Cylindrical-coordinate representation of color #A73EBA: hue angle of 290.81º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A73EBA is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 62 | 186 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.27 |
| HSL | 290.81º | 0.5% | 0.49% | - |
| HSV(B) | 290.81º | 0.67% | 0.73% | - |
| XYZ | 26.52 | 15.21 | 47.99 | - |
| YUV | 107.53 | 172.29 | 170.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 62 | 186 | 0.10 | 0.67 | 0 | 0.27 | 290.81 | 0.5 | 0.49 |
| Hex | A7 | 3E | BA | A | 43 | 0 | 1B | 123 | 32 | 31 |
| Octal | 247 | 76 | 272 | 12 | 103 | 0 | 33 | 443 | 62 | 61 |
| Binary | 10100111 | 111110 | 10111010 | 1010 | 1000011 | 0 | 11011 | 100100011 | 110010 | 110001 |
Color Harmonies of #A73EBA
Complementary color
Monochromatic Colors of #A73EBA
Black with #A73EBA
Text Example
Text Example
White with #A73EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73EBA; }
p { color: rgb(167,62,186); }
H1.HeaderClassName
{
color: #A73EBA;
}
.AnyTagClassName
{
color: #A73EBA;
}
</style>
background-color css
<style>
a { background-color: #A73EBA; }
a { background-color: rgb(167,62,186); }
div.DivClassName
{
background-color: #A73EBA;
}
.BgClassName
{
background-color: #A73EBA;
}
</style>
border-color css
<style>
span { border-color: #A73EBA; }
span { border-color: rgb(167,62,186); }
td.TdClassName
{
border-color: #A73EBA;
}
.TagClassName
{
border-color: #A73EBA;
}
</style>