Shades of Dark Orchid #A71FCC
Tints of Dark Orchid #A71FCC
RGB
CMYK
RGB Variations
Color information
#A71FCC (or 0xA71FCC) is known color: Dark Orchid. HEX triplet: A7, 1F and CC. RGB value is (167,31,204). Sum of RGB (Red+Green+Blue) = 167+31+204=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 31 (12.5% from 255 or 7.71% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #A71FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71FCC is #58E033. Grayscale: #5A5A5A. Windows color (decimal): -5824564 or 13377447. OLE color: 13377447.
HSL color Cylindrical-coordinate representation of color #A71FCC: hue angle of 287.17º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A71FCC is Cyan = 0.18, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 167 | 31 | 204 | - |
| CMYK | 0.18 | 0.85 | 0 | 0.2 |
| HSL | 287.17º | 0.74% | 0.46% | - |
| HSV(B) | 287.17º | 0.85% | 0.8% | - |
| XYZ | 27.33 | 13.56 | 58.3 | - |
| YUV | 91.39 | 191.56 | 181.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 31 | 204 | 0.18 | 0.85 | 0 | 0.2 | 287.17 | 0.74 | 0.46 |
| Hex | A7 | 1F | CC | 12 | 55 | 0 | 14 | 11F | 4A | 2E |
| Octal | 247 | 37 | 314 | 22 | 125 | 0 | 24 | 437 | 112 | 56 |
| Binary | 10100111 | 11111 | 11001100 | 10010 | 1010101 | 0 | 10100 | 100011111 | 1001010 | 101110 |
Color Harmonies of #A71FCC
Complementary color
Monochromatic Colors of #A71FCC
Black with #A71FCC
Text Example
Text Example
White with #A71FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71FCC; }
p { color: rgb(167,31,204); }
H1.HeaderClassName
{
color: #A71FCC;
}
.AnyTagClassName
{
color: #A71FCC;
}
</style>
background-color css
<style>
a { background-color: #A71FCC; }
a { background-color: rgb(167,31,204); }
div.DivClassName
{
background-color: #A71FCC;
}
.BgClassName
{
background-color: #A71FCC;
}
</style>
border-color css
<style>
span { border-color: #A71FCC; }
span { border-color: rgb(167,31,204); }
td.TdClassName
{
border-color: #A71FCC;
}
.TagClassName
{
border-color: #A71FCC;
}
</style>