Shades of Dark Orchid #A73FC0
Tints of Dark Orchid #A73FC0
RGB
CMYK
RGB Variations
Color information
#A73FC0 (or 0xA73FC0) is known color: Dark Orchid. HEX triplet: A7, 3F and C0. RGB value is (167,63,192). Sum of RGB (Red+Green+Blue) = 167+63+192=422 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.57% from 422); Green value is 63 (25% from 255 or 14.93% from 422); Blue value is 192 (75.39% from 255 or 45.50% from 422); Max value from RGB is 192 - color contains mainly: blue. Hex color #A73FC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73FC0 is #58C03F. Grayscale: #6C6C6C. Windows color (decimal): -5816384 or 12599207. OLE color: 12599207.
HSL color Cylindrical-coordinate representation of color #A73FC0: hue angle of 288.37º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A73FC0 is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 167 | 63 | 192 | - |
| CMYK | 0.13 | 0.67 | 0 | 0.25 |
| HSL | 288.37º | 0.51% | 0.5% | - |
| HSV(B) | 288.37º | 0.67% | 0.75% | - |
| XYZ | 27.23 | 15.58 | 51.44 | - |
| YUV | 108.8 | 174.96 | 169.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 63 | 192 | 0.13 | 0.67 | 0 | 0.25 | 288.37 | 0.51 | 0.5 |
| Hex | A7 | 3F | C0 | D | 43 | 0 | 19 | 120 | 33 | 32 |
| Octal | 247 | 77 | 300 | 15 | 103 | 0 | 31 | 440 | 63 | 62 |
| Binary | 10100111 | 111111 | 11000000 | 1101 | 1000011 | 0 | 11001 | 100100000 | 110011 | 110010 |
Color Harmonies of #A73FC0
Complementary color
Monochromatic Colors of #A73FC0
Black with #A73FC0
Text Example
Text Example
White with #A73FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73FC0; }
p { color: rgb(167,63,192); }
H1.HeaderClassName
{
color: #A73FC0;
}
.AnyTagClassName
{
color: #A73FC0;
}
</style>
background-color css
<style>
a { background-color: #A73FC0; }
a { background-color: rgb(167,63,192); }
div.DivClassName
{
background-color: #A73FC0;
}
.BgClassName
{
background-color: #A73FC0;
}
</style>
border-color css
<style>
span { border-color: #A73FC0; }
span { border-color: rgb(167,63,192); }
td.TdClassName
{
border-color: #A73FC0;
}
.TagClassName
{
border-color: #A73FC0;
}
</style>