Shades of Dark Orchid #A71DCD
Tints of Dark Orchid #A71DCD
RGB
CMYK
RGB Variations
Color information
#A71DCD (or 0xA71DCD) is known color: Dark Orchid. HEX triplet: A7, 1D and CD. RGB value is (167,29,205). Sum of RGB (Red+Green+Blue) = 167+29+205=401 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.65% from 401); Green value is 29 (11.72% from 255 or 7.23% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #A71DCD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71DCD is #58E232. Grayscale: #595959. Windows color (decimal): -5825075 or 13442471. OLE color: 13442471.
HSL color Cylindrical-coordinate representation of color #A71DCD: hue angle of 287.05º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A71DCD is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 167 | 29 | 205 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.20 |
| HSL | 287.05º | 0.75% | 0.46% | - |
| HSV(B) | 287.05º | 0.86% | 0.8% | - |
| XYZ | 27.4 | 13.5 | 58.92 | - |
| YUV | 90.33 | 192.72 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 29 | 205 | 0.19 | 0.86 | 0 | 0.20 | 287.05 | 0.75 | 0.46 |
| Hex | A7 | 1D | CD | 13 | 56 | 0 | 14 | 11F | 4B | 2E |
| Octal | 247 | 35 | 315 | 23 | 126 | 0 | 24 | 437 | 113 | 56 |
| Binary | 10100111 | 11101 | 11001101 | 10011 | 1010110 | 0 | 10100 | 100011111 | 1001011 | 101110 |
Color Harmonies of #A71DCD
Complementary color
Monochromatic Colors of #A71DCD
Black with #A71DCD
Text Example
Text Example
White with #A71DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71DCD; }
p { color: rgb(167,29,205); }
H1.HeaderClassName
{
color: #A71DCD;
}
.AnyTagClassName
{
color: #A71DCD;
}
</style>
background-color css
<style>
a { background-color: #A71DCD; }
a { background-color: rgb(167,29,205); }
div.DivClassName
{
background-color: #A71DCD;
}
.BgClassName
{
background-color: #A71DCD;
}
</style>
border-color css
<style>
span { border-color: #A71DCD; }
span { border-color: rgb(167,29,205); }
td.TdClassName
{
border-color: #A71DCD;
}
.TagClassName
{
border-color: #A71DCD;
}
</style>