Shades of Dark Orchid #A71FDF
Tints of Dark Orchid #A71FDF
RGB
CMYK
RGB Variations
Color information
#A71FDF (or 0xA71FDF) is known color: Dark Orchid. HEX triplet: A7, 1F and DF. RGB value is (167,31,223). Sum of RGB (Red+Green+Blue) = 167+31+223=421 (55% of max value = 765). Red value is 167 (65.62% from 255 or 39.67% from 421); Green value is 31 (12.5% from 255 or 7.36% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #A71FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71FDF is #58E020. Grayscale: #5C5C5C. Windows color (decimal): -5824545 or 14622631. OLE color: 14622631.
HSL color Cylindrical-coordinate representation of color #A71FDF: hue angle of 282.5º degrees, saturation: 0.76, 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 #A71FDF is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 167 | 31 | 223 | - |
| CMYK | 0.25 | 0.86 | 0 | 0.13 |
| HSL | 282.5º | 0.76% | 0.5% | - |
| HSV(B) | 282.5º | 0.86% | 0.87% | - |
| XYZ | 29.75 | 14.52 | 71.05 | - |
| YUV | 93.55 | 201.06 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 31 | 223 | 0.25 | 0.86 | 0 | 0.13 | 282.5 | 0.76 | 0.5 |
| Hex | A7 | 1F | DF | 19 | 56 | 0 | D | 11A | 4C | 32 |
| Octal | 247 | 37 | 337 | 31 | 126 | 0 | 15 | 432 | 114 | 62 |
| Binary | 10100111 | 11111 | 11011111 | 11001 | 1010110 | 0 | 1101 | 100011010 | 1001100 | 110010 |
Color Harmonies of #A71FDF
Complementary color
Monochromatic Colors of #A71FDF
Black with #A71FDF
Text Example
Text Example
White with #A71FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71FDF; }
p { color: rgb(167,31,223); }
H1.HeaderClassName
{
color: #A71FDF;
}
.AnyTagClassName
{
color: #A71FDF;
}
</style>
background-color css
<style>
a { background-color: #A71FDF; }
a { background-color: rgb(167,31,223); }
div.DivClassName
{
background-color: #A71FDF;
}
.BgClassName
{
background-color: #A71FDF;
}
</style>
border-color css
<style>
span { border-color: #A71FDF; }
span { border-color: rgb(167,31,223); }
td.TdClassName
{
border-color: #A71FDF;
}
.TagClassName
{
border-color: #A71FDF;
}
</style>