Shades of Dark Orchid #A73CBC
Tints of Dark Orchid #A73CBC
RGB
CMYK
RGB Variations
Color information
#A73CBC (or 0xA73CBC) is known color: Dark Orchid. HEX triplet: A7, 3C and BC. RGB value is (167,60,188). Sum of RGB (Red+Green+Blue) = 167+60+188=415 (54% of max value = 765). Red value is 167 (65.62% from 255 or 40.24% from 415); Green value is 60 (23.83% from 255 or 14.46% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #A73CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73CBC is #58C343. Grayscale: #6A6A6A. Windows color (decimal): -5817156 or 12336295. OLE color: 12336295.
HSL color Cylindrical-coordinate representation of color #A73CBC: hue angle of 290.16º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A73CBC is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 167 | 60 | 188 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.26 |
| HSL | 290.16º | 0.52% | 0.49% | - |
| HSV(B) | 290.16º | 0.68% | 0.74% | - |
| XYZ | 26.63 | 15.08 | 49.08 | - |
| YUV | 106.59 | 173.95 | 171.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 60 | 188 | 0.11 | 0.68 | 0 | 0.26 | 290.16 | 0.52 | 0.49 |
| Hex | A7 | 3C | BC | B | 44 | 0 | 1A | 122 | 34 | 31 |
| Octal | 247 | 74 | 274 | 13 | 104 | 0 | 32 | 442 | 64 | 61 |
| Binary | 10100111 | 111100 | 10111100 | 1011 | 1000100 | 0 | 11010 | 100100010 | 110100 | 110001 |
Color Harmonies of #A73CBC
Complementary color
Monochromatic Colors of #A73CBC
Black with #A73CBC
Text Example
Text Example
White with #A73CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73CBC; }
p { color: rgb(167,60,188); }
H1.HeaderClassName
{
color: #A73CBC;
}
.AnyTagClassName
{
color: #A73CBC;
}
</style>
background-color css
<style>
a { background-color: #A73CBC; }
a { background-color: rgb(167,60,188); }
div.DivClassName
{
background-color: #A73CBC;
}
.BgClassName
{
background-color: #A73CBC;
}
</style>
border-color css
<style>
span { border-color: #A73CBC; }
span { border-color: rgb(167,60,188); }
td.TdClassName
{
border-color: #A73CBC;
}
.TagClassName
{
border-color: #A73CBC;
}
</style>