Shades of Dark Orchid #A71EDF
Tints of Dark Orchid #A71EDF
RGB
CMYK
RGB Variations
Color information
#A71EDF (or 0xA71EDF) is known color: Dark Orchid. HEX triplet: A7, 1E and DF. RGB value is (167,30,223). Sum of RGB (Red+Green+Blue) = 167+30+223=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 30 (12.11% from 255 or 7.14% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #A71EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71EDF is #58E120. Grayscale: #5C5C5C. Windows color (decimal): -5824801 or 14622375. OLE color: 14622375.
HSL color Cylindrical-coordinate representation of color #A71EDF: hue angle of 282.59º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A71EDF is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 30 | 223 | - |
| CMYK | 0.25 | 0.87 | 0 | 0.13 |
| HSL | 282.59º | 0.76% | 0.5% | - |
| HSV(B) | 282.59º | 0.87% | 0.87% | - |
| XYZ | 29.72 | 14.47 | 71.04 | - |
| YUV | 92.97 | 201.39 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 30 | 223 | 0.25 | 0.87 | 0 | 0.13 | 282.59 | 0.76 | 0.5 |
| Hex | A7 | 1E | DF | 19 | 57 | 0 | D | 11B | 4C | 32 |
| Octal | 247 | 36 | 337 | 31 | 127 | 0 | 15 | 433 | 114 | 62 |
| Binary | 10100111 | 11110 | 11011111 | 11001 | 1010111 | 0 | 1101 | 100011011 | 1001100 | 110010 |
Color Harmonies of #A71EDF
Complementary color
Monochromatic Colors of #A71EDF
Black with #A71EDF
Text Example
Text Example
White with #A71EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71EDF; }
p { color: rgb(167,30,223); }
H1.HeaderClassName
{
color: #A71EDF;
}
.AnyTagClassName
{
color: #A71EDF;
}
</style>
background-color css
<style>
a { background-color: #A71EDF; }
a { background-color: rgb(167,30,223); }
div.DivClassName
{
background-color: #A71EDF;
}
.BgClassName
{
background-color: #A71EDF;
}
</style>
border-color css
<style>
span { border-color: #A71EDF; }
span { border-color: rgb(167,30,223); }
td.TdClassName
{
border-color: #A71EDF;
}
.TagClassName
{
border-color: #A71EDF;
}
</style>