Shades of Dark Orchid #A71DC5
Tints of Dark Orchid #A71DC5
RGB
CMYK
RGB Variations
Color information
#A71DC5 (or 0xA71DC5) is known color: Dark Orchid. HEX triplet: A7, 1D and C5. RGB value is (167,29,197). Sum of RGB (Red+Green+Blue) = 167+29+197=393 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.49% from 393); Green value is 29 (11.72% from 255 or 7.38% from 393); Blue value is 197 (77.34% from 255 or 50.13% from 393); Max value from RGB is 197 - color contains mainly: blue. Hex color #A71DC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71DC5 is #58E23A. Grayscale: #585858. Windows color (decimal): -5825083 or 12918183. OLE color: 12918183.
HSL color Cylindrical-coordinate representation of color #A71DC5: hue angle of 289.29º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A71DC5 is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 167 | 29 | 197 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.23 |
| HSL | 289.29º | 0.74% | 0.44% | - |
| HSV(B) | 289.29º | 0.85% | 0.77% | - |
| XYZ | 26.45 | 13.13 | 53.96 | - |
| YUV | 89.41 | 188.72 | 183.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 29 | 197 | 0.15 | 0.85 | 0 | 0.23 | 289.29 | 0.74 | 0.44 |
| Hex | A7 | 1D | C5 | F | 55 | 0 | 17 | 121 | 4A | 2C |
| Octal | 247 | 35 | 305 | 17 | 125 | 0 | 27 | 441 | 112 | 54 |
| Binary | 10100111 | 11101 | 11000101 | 1111 | 1010101 | 0 | 10111 | 100100001 | 1001010 | 101100 |
Color Harmonies of #A71DC5
Complementary color
Monochromatic Colors of #A71DC5
Black with #A71DC5
Text Example
Text Example
White with #A71DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71DC5; }
p { color: rgb(167,29,197); }
H1.HeaderClassName
{
color: #A71DC5;
}
.AnyTagClassName
{
color: #A71DC5;
}
</style>
background-color css
<style>
a { background-color: #A71DC5; }
a { background-color: rgb(167,29,197); }
div.DivClassName
{
background-color: #A71DC5;
}
.BgClassName
{
background-color: #A71DC5;
}
</style>
border-color css
<style>
span { border-color: #A71DC5; }
span { border-color: rgb(167,29,197); }
td.TdClassName
{
border-color: #A71DC5;
}
.TagClassName
{
border-color: #A71DC5;
}
</style>