Shades of Dark Orchid #A72CBA
Tints of Dark Orchid #A72CBA
RGB
CMYK
RGB Variations
Color information
#A72CBA (or 0xA72CBA) is known color: Dark Orchid. HEX triplet: A7, 2C and BA. RGB value is (167,44,186). Sum of RGB (Red+Green+Blue) = 167+44+186=397 (52% of max value = 765). Red value is 167 (65.62% from 255 or 42.07% from 397); Green value is 44 (17.58% from 255 or 11.08% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #A72CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A72CBA is #58D345. Grayscale: #606060. Windows color (decimal): -5821254 or 12201127. OLE color: 12201127.
HSL color Cylindrical-coordinate representation of color #A72CBA: hue angle of 291.97º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A72CBA is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 44 | 186 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.27 |
| HSL | 291.97º | 0.62% | 0.45% | - |
| HSV(B) | 291.97º | 0.76% | 0.73% | - |
| XYZ | 25.7 | 13.56 | 47.72 | - |
| YUV | 96.97 | 178.25 | 177.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 44 | 186 | 0.10 | 0.76 | 0 | 0.27 | 291.97 | 0.62 | 0.45 |
| Hex | A7 | 2C | BA | A | 4C | 0 | 1B | 124 | 3E | 2D |
| Octal | 247 | 54 | 272 | 12 | 114 | 0 | 33 | 444 | 76 | 55 |
| Binary | 10100111 | 101100 | 10111010 | 1010 | 1001100 | 0 | 11011 | 100100100 | 111110 | 101101 |
Color Harmonies of #A72CBA
Complementary color
Monochromatic Colors of #A72CBA
Black with #A72CBA
Text Example
Text Example
White with #A72CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A72CBA; }
p { color: rgb(167,44,186); }
H1.HeaderClassName
{
color: #A72CBA;
}
.AnyTagClassName
{
color: #A72CBA;
}
</style>
background-color css
<style>
a { background-color: #A72CBA; }
a { background-color: rgb(167,44,186); }
div.DivClassName
{
background-color: #A72CBA;
}
.BgClassName
{
background-color: #A72CBA;
}
</style>
border-color css
<style>
span { border-color: #A72CBA; }
span { border-color: rgb(167,44,186); }
td.TdClassName
{
border-color: #A72CBA;
}
.TagClassName
{
border-color: #A72CBA;
}
</style>