Shades of Dark Orchid #A73FCD
Tints of Dark Orchid #A73FCD
RGB
CMYK
RGB Variations
Color information
#A73FCD (or 0xA73FCD) is known color: Dark Orchid. HEX triplet: A7, 3F and CD. RGB value is (167,63,205). Sum of RGB (Red+Green+Blue) = 167+63+205=435 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.39% from 435); Green value is 63 (25% from 255 or 14.48% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #A73FCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73FCD is #58C032. Grayscale: #6D6D6D. Windows color (decimal): -5816371 or 13451175. OLE color: 13451175.
HSL color Cylindrical-coordinate representation of color #A73FCD: hue angle of 283.94º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A73FCD is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 63 | 205 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.20 |
| HSL | 283.94º | 0.59% | 0.53% | - |
| HSV(B) | 283.94º | 0.69% | 0.8% | - |
| XYZ | 28.73 | 16.18 | 59.37 | - |
| YUV | 110.28 | 181.46 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 63 | 205 | 0.19 | 0.69 | 0 | 0.20 | 283.94 | 0.59 | 0.53 |
| Hex | A7 | 3F | CD | 13 | 45 | 0 | 14 | 11C | 3B | 35 |
| Octal | 247 | 77 | 315 | 23 | 105 | 0 | 24 | 434 | 73 | 65 |
| Binary | 10100111 | 111111 | 11001101 | 10011 | 1000101 | 0 | 10100 | 100011100 | 111011 | 110101 |
Color Harmonies of #A73FCD
Complementary color
Monochromatic Colors of #A73FCD
Black with #A73FCD
Text Example
Text Example
White with #A73FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73FCD; }
p { color: rgb(167,63,205); }
H1.HeaderClassName
{
color: #A73FCD;
}
.AnyTagClassName
{
color: #A73FCD;
}
</style>
background-color css
<style>
a { background-color: #A73FCD; }
a { background-color: rgb(167,63,205); }
div.DivClassName
{
background-color: #A73FCD;
}
.BgClassName
{
background-color: #A73FCD;
}
</style>
border-color css
<style>
span { border-color: #A73FCD; }
span { border-color: rgb(167,63,205); }
td.TdClassName
{
border-color: #A73FCD;
}
.TagClassName
{
border-color: #A73FCD;
}
</style>