Shades of Dark Orchid #A71EE0
Tints of Dark Orchid #A71EE0
RGB
CMYK
RGB Variations
Color information
#A71EE0 (or 0xA71EE0) is known color: Dark Orchid. HEX triplet: A7, 1E and E0. RGB value is (167,30,224). Sum of RGB (Red+Green+Blue) = 167+30+224=421 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.67% from 421); Green value is 30 (12.11% from 255 or 7.13% from 421); Blue value is 224 (87.89% from 255 or 53.21% from 421); Max value from RGB is 224 - color contains mainly: blue. Hex color #A71EE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71EE0 is #58E11F. Grayscale: #5C5C5C. Windows color (decimal): -5824800 or 14687911. OLE color: 14687911.
HSL color Cylindrical-coordinate representation of color #A71EE0: hue angle of 282.37º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A71EE0 is Cyan = 0.25, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 167 | 30 | 224 | - |
| CMYK | 0.25 | 0.87 | 0 | 0.12 |
| HSL | 282.37º | 0.76% | 0.5% | - |
| HSV(B) | 282.37º | 0.87% | 0.88% | - |
| XYZ | 29.86 | 14.53 | 71.75 | - |
| YUV | 93.08 | 201.89 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 30 | 224 | 0.25 | 0.87 | 0 | 0.12 | 282.37 | 0.76 | 0.5 |
| Hex | A7 | 1E | E0 | 19 | 57 | 0 | C | 11A | 4C | 32 |
| Octal | 247 | 36 | 340 | 31 | 127 | 0 | 14 | 432 | 114 | 62 |
| Binary | 10100111 | 11110 | 11100000 | 11001 | 1010111 | 0 | 1100 | 100011010 | 1001100 | 110010 |
Color Harmonies of #A71EE0
Complementary color
Monochromatic Colors of #A71EE0
Black with #A71EE0
Text Example
Text Example
White with #A71EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71EE0; }
p { color: rgb(167,30,224); }
H1.HeaderClassName
{
color: #A71EE0;
}
.AnyTagClassName
{
color: #A71EE0;
}
</style>
background-color css
<style>
a { background-color: #A71EE0; }
a { background-color: rgb(167,30,224); }
div.DivClassName
{
background-color: #A71EE0;
}
.BgClassName
{
background-color: #A71EE0;
}
</style>
border-color css
<style>
span { border-color: #A71EE0; }
span { border-color: rgb(167,30,224); }
td.TdClassName
{
border-color: #A71EE0;
}
.TagClassName
{
border-color: #A71EE0;
}
</style>