Shades of Dark Orchid #A131B7
Tints of Dark Orchid #A131B7
RGB
CMYK
RGB Variations
Color information
#A131B7 (or 0xA131B7) is known color: Dark Orchid. HEX triplet: A1, 31 and B7. RGB value is (161,49,183). Sum of RGB (Red+Green+Blue) = 161+49+183=393 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.97% from 393); Green value is 49 (19.53% from 255 or 12.47% from 393); Blue value is 183 (71.88% from 255 or 46.56% from 393); Max value from RGB is 183 - color contains mainly: blue. Hex color #A131B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A131B7 is #5ECE48. Grayscale: #616161. Windows color (decimal): -6213193 or 12005793. OLE color: 12005793.
HSL color Cylindrical-coordinate representation of color #A131B7: hue angle of 290.15º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A131B7 is Cyan = 0.12, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 161 | 49 | 183 | - |
| CMYK | 0.12 | 0.73 | 0 | 0.28 |
| HSL | 290.15º | 0.58% | 0.45% | - |
| HSV(B) | 290.15º | 0.73% | 0.72% | - |
| XYZ | 24.34 | 13.19 | 46.06 | - |
| YUV | 97.76 | 176.11 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 49 | 183 | 0.12 | 0.73 | 0 | 0.28 | 290.15 | 0.58 | 0.45 |
| Hex | A1 | 31 | B7 | C | 49 | 0 | 1C | 122 | 3A | 2D |
| Octal | 241 | 61 | 267 | 14 | 111 | 0 | 34 | 442 | 72 | 55 |
| Binary | 10100001 | 110001 | 10110111 | 1100 | 1001001 | 0 | 11100 | 100100010 | 111010 | 101101 |
Color Harmonies of #A131B7
Complementary color
Monochromatic Colors of #A131B7
Black with #A131B7
Text Example
Text Example
White with #A131B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A131B7; }
p { color: rgb(161,49,183); }
H1.HeaderClassName
{
color: #A131B7;
}
.AnyTagClassName
{
color: #A131B7;
}
</style>
background-color css
<style>
a { background-color: #A131B7; }
a { background-color: rgb(161,49,183); }
div.DivClassName
{
background-color: #A131B7;
}
.BgClassName
{
background-color: #A131B7;
}
</style>
border-color css
<style>
span { border-color: #A131B7; }
span { border-color: rgb(161,49,183); }
td.TdClassName
{
border-color: #A131B7;
}
.TagClassName
{
border-color: #A131B7;
}
</style>