Shades of Dark Orchid #A71FBA
Tints of Dark Orchid #A71FBA
RGB
CMYK
RGB Variations
Color information
#A71FBA (or 0xA71FBA) is known color: Dark Orchid. HEX triplet: A7, 1F and BA. RGB value is (167,31,186). Sum of RGB (Red+Green+Blue) = 167+31+186=384 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.49% from 384); Green value is 31 (12.5% from 255 or 8.07% from 384); Blue value is 186 (73.05% from 255 or 48.44% from 384); Max value from RGB is 186 - color contains mainly: blue. Hex color #A71FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71FBA is #58E045. Grayscale: #585858. Windows color (decimal): -5824582 or 12197799. OLE color: 12197799.
HSL color Cylindrical-coordinate representation of color #A71FBA: hue angle of 292.65º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A71FBA is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 31 | 186 | - |
| CMYK | 0.10 | 0.83 | 0 | 0.27 |
| HSL | 292.65º | 0.71% | 0.43% | - |
| HSV(B) | 292.65º | 0.83% | 0.73% | - |
| XYZ | 25.29 | 12.74 | 47.58 | - |
| YUV | 89.33 | 182.56 | 183.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 31 | 186 | 0.10 | 0.83 | 0 | 0.27 | 292.65 | 0.71 | 0.43 |
| Hex | A7 | 1F | BA | A | 53 | 0 | 1B | 125 | 47 | 2B |
| Octal | 247 | 37 | 272 | 12 | 123 | 0 | 33 | 445 | 107 | 53 |
| Binary | 10100111 | 11111 | 10111010 | 1010 | 1010011 | 0 | 11011 | 100100101 | 1000111 | 101011 |
Color Harmonies of #A71FBA
Complementary color
Monochromatic Colors of #A71FBA
Black with #A71FBA
Text Example
Text Example
White with #A71FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71FBA; }
p { color: rgb(167,31,186); }
H1.HeaderClassName
{
color: #A71FBA;
}
.AnyTagClassName
{
color: #A71FBA;
}
</style>
background-color css
<style>
a { background-color: #A71FBA; }
a { background-color: rgb(167,31,186); }
div.DivClassName
{
background-color: #A71FBA;
}
.BgClassName
{
background-color: #A71FBA;
}
</style>
border-color css
<style>
span { border-color: #A71FBA; }
span { border-color: rgb(167,31,186); }
td.TdClassName
{
border-color: #A71FBA;
}
.TagClassName
{
border-color: #A71FBA;
}
</style>