Shades of Dark Orchid #A71FC5
Tints of Dark Orchid #A71FC5
RGB
CMYK
RGB Variations
Color information
#A71FC5 (or 0xA71FC5) is known color: Dark Orchid. HEX triplet: A7, 1F and C5. RGB value is (167,31,197). Sum of RGB (Red+Green+Blue) = 167+31+197=395 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.28% from 395); Green value is 31 (12.5% from 255 or 7.85% from 395); Blue value is 197 (77.34% from 255 or 49.87% from 395); Max value from RGB is 197 - color contains mainly: blue. Hex color #A71FC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71FC5 is #58E03A. Grayscale: #5A5A5A. Windows color (decimal): -5824571 or 12918695. OLE color: 12918695.
HSL color Cylindrical-coordinate representation of color #A71FC5: hue angle of 289.16º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A71FC5 is Cyan = 0.15, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 167 | 31 | 197 | - |
| CMYK | 0.15 | 0.84 | 0 | 0.23 |
| HSL | 289.16º | 0.73% | 0.45% | - |
| HSV(B) | 289.16º | 0.84% | 0.77% | - |
| XYZ | 26.5 | 13.23 | 53.98 | - |
| YUV | 90.59 | 188.06 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 31 | 197 | 0.15 | 0.84 | 0 | 0.23 | 289.16 | 0.73 | 0.45 |
| Hex | A7 | 1F | C5 | F | 54 | 0 | 17 | 121 | 49 | 2D |
| Octal | 247 | 37 | 305 | 17 | 124 | 0 | 27 | 441 | 111 | 55 |
| Binary | 10100111 | 11111 | 11000101 | 1111 | 1010100 | 0 | 10111 | 100100001 | 1001001 | 101101 |
Color Harmonies of #A71FC5
Complementary color
Monochromatic Colors of #A71FC5
Black with #A71FC5
Text Example
Text Example
White with #A71FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71FC5; }
p { color: rgb(167,31,197); }
H1.HeaderClassName
{
color: #A71FC5;
}
.AnyTagClassName
{
color: #A71FC5;
}
</style>
background-color css
<style>
a { background-color: #A71FC5; }
a { background-color: rgb(167,31,197); }
div.DivClassName
{
background-color: #A71FC5;
}
.BgClassName
{
background-color: #A71FC5;
}
</style>
border-color css
<style>
span { border-color: #A71FC5; }
span { border-color: rgb(167,31,197); }
td.TdClassName
{
border-color: #A71FC5;
}
.TagClassName
{
border-color: #A71FC5;
}
</style>