Shades of Dark Orchid #A73BBC
Tints of Dark Orchid #A73BBC
RGB
CMYK
RGB Variations
Color information
#A73BBC (or 0xA73BBC) is known color: Dark Orchid. HEX triplet: A7, 3B and BC. RGB value is (167,59,188). Sum of RGB (Red+Green+Blue) = 167+59+188=414 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.34% from 414); Green value is 59 (23.44% from 255 or 14.25% from 414); Blue value is 188 (73.83% from 255 or 45.41% from 414); Max value from RGB is 188 - color contains mainly: blue. Hex color #A73BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73BBC is #58C443. Grayscale: #696969. Windows color (decimal): -5817412 or 12336039. OLE color: 12336039.
HSL color Cylindrical-coordinate representation of color #A73BBC: hue angle of 290.23º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A73BBC is Cyan = 0.11, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 59 | 188 | - |
| CMYK | 0.11 | 0.69 | 0 | 0.26 |
| HSL | 290.23º | 0.52% | 0.48% | - |
| HSV(B) | 290.23º | 0.69% | 0.74% | - |
| XYZ | 26.58 | 14.97 | 49.07 | - |
| YUV | 106 | 174.28 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 59 | 188 | 0.11 | 0.69 | 0 | 0.26 | 290.23 | 0.52 | 0.48 |
| Hex | A7 | 3B | BC | B | 45 | 0 | 1A | 122 | 34 | 30 |
| Octal | 247 | 73 | 274 | 13 | 105 | 0 | 32 | 442 | 64 | 60 |
| Binary | 10100111 | 111011 | 10111100 | 1011 | 1000101 | 0 | 11010 | 100100010 | 110100 | 110000 |
Color Harmonies of #A73BBC
Complementary color
Monochromatic Colors of #A73BBC
Black with #A73BBC
Text Example
Text Example
White with #A73BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73BBC; }
p { color: rgb(167,59,188); }
H1.HeaderClassName
{
color: #A73BBC;
}
.AnyTagClassName
{
color: #A73BBC;
}
</style>
background-color css
<style>
a { background-color: #A73BBC; }
a { background-color: rgb(167,59,188); }
div.DivClassName
{
background-color: #A73BBC;
}
.BgClassName
{
background-color: #A73BBC;
}
</style>
border-color css
<style>
span { border-color: #A73BBC; }
span { border-color: rgb(167,59,188); }
td.TdClassName
{
border-color: #A73BBC;
}
.TagClassName
{
border-color: #A73BBC;
}
</style>