Shades of Dark Orchid #A73DCD
Tints of Dark Orchid #A73DCD
RGB
CMYK
RGB Variations
Color information
#A73DCD (or 0xA73DCD) is known color: Dark Orchid. HEX triplet: A7, 3D and CD. RGB value is (167,61,205). Sum of RGB (Red+Green+Blue) = 167+61+205=433 (57% of max value = 765). Red value is 167 (65.62% from 255 or 38.57% from 433); Green value is 61 (24.22% from 255 or 14.09% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #A73DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A73DCD is #58C232. Grayscale: #6C6C6C. Windows color (decimal): -5816883 or 13450663. OLE color: 13450663.
HSL color Cylindrical-coordinate representation of color #A73DCD: hue angle of 284.17º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A73DCD is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 61 | 205 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.20 |
| HSL | 284.17º | 0.59% | 0.52% | - |
| HSV(B) | 284.17º | 0.7% | 0.8% | - |
| XYZ | 28.62 | 15.96 | 59.33 | - |
| YUV | 109.11 | 182.12 | 169.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 61 | 205 | 0.19 | 0.70 | 0 | 0.20 | 284.17 | 0.59 | 0.52 |
| Hex | A7 | 3D | CD | 13 | 46 | 0 | 14 | 11C | 3B | 34 |
| Octal | 247 | 75 | 315 | 23 | 106 | 0 | 24 | 434 | 73 | 64 |
| Binary | 10100111 | 111101 | 11001101 | 10011 | 1000110 | 0 | 10100 | 100011100 | 111011 | 110100 |
Color Harmonies of #A73DCD
Complementary color
Monochromatic Colors of #A73DCD
Black with #A73DCD
Text Example
Text Example
White with #A73DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A73DCD; }
p { color: rgb(167,61,205); }
H1.HeaderClassName
{
color: #A73DCD;
}
.AnyTagClassName
{
color: #A73DCD;
}
</style>
background-color css
<style>
a { background-color: #A73DCD; }
a { background-color: rgb(167,61,205); }
div.DivClassName
{
background-color: #A73DCD;
}
.BgClassName
{
background-color: #A73DCD;
}
</style>
border-color css
<style>
span { border-color: #A73DCD; }
span { border-color: rgb(167,61,205); }
td.TdClassName
{
border-color: #A73DCD;
}
.TagClassName
{
border-color: #A73DCD;
}
</style>