Shades of Dark Orchid #A71EC7
Tints of Dark Orchid #A71EC7
RGB
CMYK
RGB Variations
Color information
#A71EC7 (or 0xA71EC7) is known color: Dark Orchid. HEX triplet: A7, 1E and C7. RGB value is (167,30,199). Sum of RGB (Red+Green+Blue) = 167+30+199=396 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.17% from 396); Green value is 30 (12.11% from 255 or 7.58% from 396); Blue value is 199 (78.12% from 255 or 50.25% from 396); Max value from RGB is 199 - color contains mainly: blue. Hex color #A71EC7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71EC7 is #58E138. Grayscale: #595959. Windows color (decimal): -5824825 or 13049511. OLE color: 13049511.
HSL color Cylindrical-coordinate representation of color #A71EC7: hue angle of 288.64º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A71EC7 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 167 | 30 | 199 | - |
| CMYK | 0.16 | 0.85 | 0 | 0.22 |
| HSL | 288.64º | 0.74% | 0.45% | - |
| HSV(B) | 288.64º | 0.85% | 0.78% | - |
| XYZ | 26.71 | 13.27 | 55.19 | - |
| YUV | 90.23 | 189.39 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 30 | 199 | 0.16 | 0.85 | 0 | 0.22 | 288.64 | 0.74 | 0.45 |
| Hex | A7 | 1E | C7 | 10 | 55 | 0 | 16 | 121 | 4A | 2D |
| Octal | 247 | 36 | 307 | 20 | 125 | 0 | 26 | 441 | 112 | 55 |
| Binary | 10100111 | 11110 | 11000111 | 10000 | 1010101 | 0 | 10110 | 100100001 | 1001010 | 101101 |
Color Harmonies of #A71EC7
Complementary color
Monochromatic Colors of #A71EC7
Black with #A71EC7
Text Example
Text Example
White with #A71EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71EC7; }
p { color: rgb(167,30,199); }
H1.HeaderClassName
{
color: #A71EC7;
}
.AnyTagClassName
{
color: #A71EC7;
}
</style>
background-color css
<style>
a { background-color: #A71EC7; }
a { background-color: rgb(167,30,199); }
div.DivClassName
{
background-color: #A71EC7;
}
.BgClassName
{
background-color: #A71EC7;
}
</style>
border-color css
<style>
span { border-color: #A71EC7; }
span { border-color: rgb(167,30,199); }
td.TdClassName
{
border-color: #A71EC7;
}
.TagClassName
{
border-color: #A71EC7;
}
</style>