Shades of Dark Orchid #A731BA
Tints of Dark Orchid #A731BA
RGB
CMYK
RGB Variations
Color information
#A731BA (or 0xA731BA) is known color: Dark Orchid. HEX triplet: A7, 31 and BA. RGB value is (167,49,186). Sum of RGB (Red+Green+Blue) = 167+49+186=402 (53% of max value = 765). Red value is 167 (65.62% from 255 or 41.54% from 402); Green value is 49 (19.53% from 255 or 12.19% from 402); Blue value is 186 (73.05% from 255 or 46.27% from 402); Max value from RGB is 186 - color contains mainly: blue. Hex color #A731BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A731BA is #58CE45. Grayscale: #636363. Windows color (decimal): -5819974 or 12202407. OLE color: 12202407.
HSL color Cylindrical-coordinate representation of color #A731BA: hue angle of 291.68º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A731BA is Cyan = 0.10, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 49 | 186 | - |
| CMYK | 0.10 | 0.74 | 0 | 0.27 |
| HSL | 291.68º | 0.58% | 0.46% | - |
| HSV(B) | 291.68º | 0.74% | 0.73% | - |
| XYZ | 25.9 | 13.96 | 47.78 | - |
| YUV | 99.9 | 176.59 | 175.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 49 | 186 | 0.10 | 0.74 | 0 | 0.27 | 291.68 | 0.58 | 0.46 |
| Hex | A7 | 31 | BA | A | 4A | 0 | 1B | 124 | 3A | 2E |
| Octal | 247 | 61 | 272 | 12 | 112 | 0 | 33 | 444 | 72 | 56 |
| Binary | 10100111 | 110001 | 10111010 | 1010 | 1001010 | 0 | 11011 | 100100100 | 111010 | 101110 |
Color Harmonies of #A731BA
Complementary color
Monochromatic Colors of #A731BA
Black with #A731BA
Text Example
Text Example
White with #A731BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A731BA; }
p { color: rgb(167,49,186); }
H1.HeaderClassName
{
color: #A731BA;
}
.AnyTagClassName
{
color: #A731BA;
}
</style>
background-color css
<style>
a { background-color: #A731BA; }
a { background-color: rgb(167,49,186); }
div.DivClassName
{
background-color: #A731BA;
}
.BgClassName
{
background-color: #A731BA;
}
</style>
border-color css
<style>
span { border-color: #A731BA; }
span { border-color: rgb(167,49,186); }
td.TdClassName
{
border-color: #A731BA;
}
.TagClassName
{
border-color: #A731BA;
}
</style>