Shades of Dark Orchid #A131AD
Tints of Dark Orchid #A131AD
RGB
CMYK
RGB Variations
Color information
#A131AD (or 0xA131AD) is known color: Dark Orchid. HEX triplet: A1, 31 and AD. RGB value is (161,49,173). Sum of RGB (Red+Green+Blue) = 161+49+173=383 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.04% from 383); Green value is 49 (19.53% from 255 or 12.79% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #A131AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A131AD is #5ECE52. Grayscale: #606060. Windows color (decimal): -6213203 or 11350433. OLE color: 11350433.
HSL color Cylindrical-coordinate representation of color #A131AD: hue angle of 294.19º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A131AD is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 49 | 173 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.32 |
| HSL | 294.19º | 0.56% | 0.44% | - |
| HSV(B) | 294.19º | 0.72% | 0.68% | - |
| XYZ | 23.34 | 12.79 | 40.77 | - |
| YUV | 96.62 | 171.11 | 173.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 49 | 173 | 0.07 | 0.72 | 0 | 0.32 | 294.19 | 0.56 | 0.44 |
| Hex | A1 | 31 | AD | 7 | 48 | 0 | 20 | 126 | 38 | 2C |
| Octal | 241 | 61 | 255 | 7 | 110 | 0 | 40 | 446 | 70 | 54 |
| Binary | 10100001 | 110001 | 10101101 | 111 | 1001000 | 0 | 100000 | 100100110 | 111000 | 101100 |
Color Harmonies of #A131AD
Complementary color
Monochromatic Colors of #A131AD
Black with #A131AD
Text Example
Text Example
White with #A131AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A131AD; }
p { color: rgb(161,49,173); }
H1.HeaderClassName
{
color: #A131AD;
}
.AnyTagClassName
{
color: #A131AD;
}
</style>
background-color css
<style>
a { background-color: #A131AD; }
a { background-color: rgb(161,49,173); }
div.DivClassName
{
background-color: #A131AD;
}
.BgClassName
{
background-color: #A131AD;
}
</style>
border-color css
<style>
span { border-color: #A131AD; }
span { border-color: rgb(161,49,173); }
td.TdClassName
{
border-color: #A131AD;
}
.TagClassName
{
border-color: #A131AD;
}
</style>