Shades of Dark Orchid #A131BE
Tints of Dark Orchid #A131BE
RGB
CMYK
RGB Variations
Color information
#A131BE (or 0xA131BE) is known color: Dark Orchid. HEX triplet: A1, 31 and BE. RGB value is (161,49,190). Sum of RGB (Red+Green+Blue) = 161+49+190=400 (52% of max value = 765). Red value is 161 (63.28% from 255 or 40.25% from 400); Green value is 49 (19.53% from 255 or 12.25% from 400); Blue value is 190 (74.61% from 255 or 47.5% from 400); Max value from RGB is 190 - color contains mainly: blue. Hex color #A131BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A131BE is #5ECE41. Grayscale: #626262. Windows color (decimal): -6213186 or 12464545. OLE color: 12464545.
HSL color Cylindrical-coordinate representation of color #A131BE: hue angle of 287.66º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A131BE is Cyan = 0.15, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 161 | 49 | 190 | - |
| CMYK | 0.15 | 0.74 | 0 | 0.25 |
| HSL | 287.66º | 0.59% | 0.47% | - |
| HSV(B) | 287.66º | 0.74% | 0.75% | - |
| XYZ | 25.09 | 13.49 | 50 | - |
| YUV | 98.56 | 179.61 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 49 | 190 | 0.15 | 0.74 | 0 | 0.25 | 287.66 | 0.59 | 0.47 |
| Hex | A1 | 31 | BE | F | 4A | 0 | 19 | 120 | 3B | 2F |
| Octal | 241 | 61 | 276 | 17 | 112 | 0 | 31 | 440 | 73 | 57 |
| Binary | 10100001 | 110001 | 10111110 | 1111 | 1001010 | 0 | 11001 | 100100000 | 111011 | 101111 |
Color Harmonies of #A131BE
Complementary color
Monochromatic Colors of #A131BE
Black with #A131BE
Text Example
Text Example
White with #A131BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A131BE; }
p { color: rgb(161,49,190); }
H1.HeaderClassName
{
color: #A131BE;
}
.AnyTagClassName
{
color: #A131BE;
}
</style>
background-color css
<style>
a { background-color: #A131BE; }
a { background-color: rgb(161,49,190); }
div.DivClassName
{
background-color: #A131BE;
}
.BgClassName
{
background-color: #A131BE;
}
</style>
border-color css
<style>
span { border-color: #A131BE; }
span { border-color: rgb(161,49,190); }
td.TdClassName
{
border-color: #A131BE;
}
.TagClassName
{
border-color: #A131BE;
}
</style>