Shades of Dark Orchid #A131B9
Tints of Dark Orchid #A131B9
RGB
CMYK
RGB Variations
Color information
#A131B9 (or 0xA131B9) is known color: Dark Orchid. HEX triplet: A1, 31 and B9. RGB value is (161,49,185). Sum of RGB (Red+Green+Blue) = 161+49+185=395 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.76% from 395); Green value is 49 (19.53% from 255 or 12.41% from 395); Blue value is 185 (72.66% from 255 or 46.84% from 395); Max value from RGB is 185 - color contains mainly: blue. Hex color #A131B9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A131B9 is #5ECE46. Grayscale: #616161. Windows color (decimal): -6213191 or 12136865. OLE color: 12136865.
HSL color Cylindrical-coordinate representation of color #A131B9: hue angle of 289.41º 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 #A131B9 is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 161 | 49 | 185 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.27 |
| HSL | 289.41º | 0.58% | 0.46% | - |
| HSV(B) | 289.41º | 0.74% | 0.73% | - |
| XYZ | 24.55 | 13.28 | 47.17 | - |
| YUV | 97.99 | 177.11 | 172.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 49 | 185 | 0.13 | 0.74 | 0 | 0.27 | 289.41 | 0.58 | 0.46 |
| Hex | A1 | 31 | B9 | D | 4A | 0 | 1B | 121 | 3A | 2E |
| Octal | 241 | 61 | 271 | 15 | 112 | 0 | 33 | 441 | 72 | 56 |
| Binary | 10100001 | 110001 | 10111001 | 1101 | 1001010 | 0 | 11011 | 100100001 | 111010 | 101110 |
Color Harmonies of #A131B9
Complementary color
Monochromatic Colors of #A131B9
Black with #A131B9
Text Example
Text Example
White with #A131B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A131B9; }
p { color: rgb(161,49,185); }
H1.HeaderClassName
{
color: #A131B9;
}
.AnyTagClassName
{
color: #A131B9;
}
</style>
background-color css
<style>
a { background-color: #A131B9; }
a { background-color: rgb(161,49,185); }
div.DivClassName
{
background-color: #A131B9;
}
.BgClassName
{
background-color: #A131B9;
}
</style>
border-color css
<style>
span { border-color: #A131B9; }
span { border-color: rgb(161,49,185); }
td.TdClassName
{
border-color: #A131B9;
}
.TagClassName
{
border-color: #A131B9;
}
</style>