Shades of Dark Orchid #A73CBA
Tints of Dark Orchid #A73CBA
RGB
CMYK
RGB Variations
Color information
#A73CBA (or 0xA73CBA) is known color: Dark Orchid. HEX triplet: A7, 3C and BA. RGB value is (167,60,186). Sum of RGB (Red+Green+Blue) = 167+60+186=413 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.44% from 413); Green value is 60 (23.83% from 255 or 14.53% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #A73CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73CBA is #58C345. Grayscale: #696969. Windows color (decimal): -5817158 or 12205223. OLE color: 12205223.
HSL color Cylindrical-coordinate representation of color #A73CBA: hue angle of 290.95º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A73CBA is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 60 | 186 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.27 |
| HSL | 290.95º | 0.51% | 0.48% | - |
| HSV(B) | 290.95º | 0.68% | 0.73% | - |
| XYZ | 26.42 | 14.99 | 47.96 | - |
| YUV | 106.36 | 172.95 | 171.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 60 | 186 | 0.10 | 0.68 | 0 | 0.27 | 290.95 | 0.51 | 0.48 |
| Hex | A7 | 3C | BA | A | 44 | 0 | 1B | 123 | 33 | 30 |
| Octal | 247 | 74 | 272 | 12 | 104 | 0 | 33 | 443 | 63 | 60 |
| Binary | 10100111 | 111100 | 10111010 | 1010 | 1000100 | 0 | 11011 | 100100011 | 110011 | 110000 |
Color Harmonies of #A73CBA
Complementary color
Monochromatic Colors of #A73CBA
Black with #A73CBA
Text Example
Text Example
White with #A73CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73CBA; }
p { color: rgb(167,60,186); }
H1.HeaderClassName
{
color: #A73CBA;
}
.AnyTagClassName
{
color: #A73CBA;
}
</style>
background-color css
<style>
a { background-color: #A73CBA; }
a { background-color: rgb(167,60,186); }
div.DivClassName
{
background-color: #A73CBA;
}
.BgClassName
{
background-color: #A73CBA;
}
</style>
border-color css
<style>
span { border-color: #A73CBA; }
span { border-color: rgb(167,60,186); }
td.TdClassName
{
border-color: #A73CBA;
}
.TagClassName
{
border-color: #A73CBA;
}
</style>