Shades of Dark Orchid #A71FDE
Tints of Dark Orchid #A71FDE
RGB
CMYK
RGB Variations
Color information
#A71FDE (or 0xA71FDE) is known color: Dark Orchid. HEX triplet: A7, 1F and DE. RGB value is (167,31,222). Sum of RGB (Red+Green+Blue) = 167+31+222=420 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.76% from 420); Green value is 31 (12.5% from 255 or 7.38% from 420); Blue value is 222 (87.11% from 255 or 52.86% from 420); Max value from RGB is 222 - color contains mainly: blue. Hex color #A71FDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71FDE is #58E021. Grayscale: #5C5C5C. Windows color (decimal): -5824546 or 14557095. OLE color: 14557095.
HSL color Cylindrical-coordinate representation of color #A71FDE: hue angle of 282.72º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A71FDE is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 31 | 222 | - |
| CMYK | 0.25 | 0.86 | 0 | 0.13 |
| HSL | 282.72º | 0.75% | 0.5% | - |
| HSV(B) | 282.72º | 0.86% | 0.87% | - |
| XYZ | 29.61 | 14.47 | 70.34 | - |
| YUV | 93.44 | 200.56 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 31 | 222 | 0.25 | 0.86 | 0 | 0.13 | 282.72 | 0.75 | 0.5 |
| Hex | A7 | 1F | DE | 19 | 56 | 0 | D | 11B | 4B | 32 |
| Octal | 247 | 37 | 336 | 31 | 126 | 0 | 15 | 433 | 113 | 62 |
| Binary | 10100111 | 11111 | 11011110 | 11001 | 1010110 | 0 | 1101 | 100011011 | 1001011 | 110010 |
Color Harmonies of #A71FDE
Complementary color
Monochromatic Colors of #A71FDE
Black with #A71FDE
Text Example
Text Example
White with #A71FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71FDE; }
p { color: rgb(167,31,222); }
H1.HeaderClassName
{
color: #A71FDE;
}
.AnyTagClassName
{
color: #A71FDE;
}
</style>
background-color css
<style>
a { background-color: #A71FDE; }
a { background-color: rgb(167,31,222); }
div.DivClassName
{
background-color: #A71FDE;
}
.BgClassName
{
background-color: #A71FDE;
}
</style>
border-color css
<style>
span { border-color: #A71FDE; }
span { border-color: rgb(167,31,222); }
td.TdClassName
{
border-color: #A71FDE;
}
.TagClassName
{
border-color: #A71FDE;
}
</style>