Shades of Dark Orchid #A71EDE
Tints of Dark Orchid #A71EDE
RGB
CMYK
RGB Variations
Color information
#A71EDE (or 0xA71EDE) is known color: Dark Orchid. HEX triplet: A7, 1E and DE. RGB value is (167,30,222). Sum of RGB (Red+Green+Blue) = 167+30+222=419 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.86% from 419); Green value is 30 (12.11% from 255 or 7.16% from 419); Blue value is 222 (87.11% from 255 or 52.98% from 419); Max value from RGB is 222 - color contains mainly: blue. Hex color #A71EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71EDE is #58E121. Grayscale: #5C5C5C. Windows color (decimal): -5824802 or 14556839. OLE color: 14556839.
HSL color Cylindrical-coordinate representation of color #A71EDE: hue angle of 282.81º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A71EDE is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 30 | 222 | - |
| CMYK | 0.25 | 0.86 | 0 | 0.13 |
| HSL | 282.81º | 0.76% | 0.49% | - |
| HSV(B) | 282.81º | 0.86% | 0.87% | - |
| XYZ | 29.59 | 14.42 | 70.33 | - |
| YUV | 92.85 | 200.89 | 180.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 30 | 222 | 0.25 | 0.86 | 0 | 0.13 | 282.81 | 0.76 | 0.49 |
| Hex | A7 | 1E | DE | 19 | 56 | 0 | D | 11B | 4C | 31 |
| Octal | 247 | 36 | 336 | 31 | 126 | 0 | 15 | 433 | 114 | 61 |
| Binary | 10100111 | 11110 | 11011110 | 11001 | 1010110 | 0 | 1101 | 100011011 | 1001100 | 110001 |
Color Harmonies of #A71EDE
Complementary color
Monochromatic Colors of #A71EDE
Black with #A71EDE
Text Example
Text Example
White with #A71EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71EDE; }
p { color: rgb(167,30,222); }
H1.HeaderClassName
{
color: #A71EDE;
}
.AnyTagClassName
{
color: #A71EDE;
}
</style>
background-color css
<style>
a { background-color: #A71EDE; }
a { background-color: rgb(167,30,222); }
div.DivClassName
{
background-color: #A71EDE;
}
.BgClassName
{
background-color: #A71EDE;
}
</style>
border-color css
<style>
span { border-color: #A71EDE; }
span { border-color: rgb(167,30,222); }
td.TdClassName
{
border-color: #A71EDE;
}
.TagClassName
{
border-color: #A71EDE;
}
</style>