Shades of Dark Orchid #A71CBA
Tints of Dark Orchid #A71CBA
RGB
CMYK
RGB Variations
Color information
#A71CBA (or 0xA71CBA) is known color: Dark Orchid. HEX triplet: A7, 1C and BA. RGB value is (167,28,186). Sum of RGB (Red+Green+Blue) = 167+28+186=381 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.83% from 381); Green value is 28 (11.33% from 255 or 7.35% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #A71CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A71CBA is #58E345. Grayscale: #575757. Windows color (decimal): -5825350 or 12197031. OLE color: 12197031.
HSL color Cylindrical-coordinate representation of color #A71CBA: hue angle of 292.78º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A71CBA is Cyan = 0.10, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 28 | 186 | - |
| CMYK | 0.10 | 0.85 | 0 | 0.27 |
| HSL | 292.78º | 0.74% | 0.42% | - |
| HSV(B) | 292.78º | 0.85% | 0.73% | - |
| XYZ | 25.21 | 12.59 | 47.56 | - |
| YUV | 87.57 | 183.55 | 184.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 28 | 186 | 0.10 | 0.85 | 0 | 0.27 | 292.78 | 0.74 | 0.42 |
| Hex | A7 | 1C | BA | A | 55 | 0 | 1B | 125 | 4A | 2A |
| Octal | 247 | 34 | 272 | 12 | 125 | 0 | 33 | 445 | 112 | 52 |
| Binary | 10100111 | 11100 | 10111010 | 1010 | 1010101 | 0 | 11011 | 100100101 | 1001010 | 101010 |
Color Harmonies of #A71CBA
Complementary color
Monochromatic Colors of #A71CBA
Black with #A71CBA
Text Example
Text Example
White with #A71CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A71CBA; }
p { color: rgb(167,28,186); }
H1.HeaderClassName
{
color: #A71CBA;
}
.AnyTagClassName
{
color: #A71CBA;
}
</style>
background-color css
<style>
a { background-color: #A71CBA; }
a { background-color: rgb(167,28,186); }
div.DivClassName
{
background-color: #A71CBA;
}
.BgClassName
{
background-color: #A71CBA;
}
</style>
border-color css
<style>
span { border-color: #A71CBA; }
span { border-color: rgb(167,28,186); }
td.TdClassName
{
border-color: #A71CBA;
}
.TagClassName
{
border-color: #A71CBA;
}
</style>