Shades of Dark Orchid #A131DF
Tints of Dark Orchid #A131DF
RGB
CMYK
RGB Variations
Color information
#A131DF (or 0xA131DF) is known color: Dark Orchid. HEX triplet: A1, 31 and DF. RGB value is (161,49,223). Sum of RGB (Red+Green+Blue) = 161+49+223=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 49 (19.53% from 255 or 11.32% from 433); Blue value is 223 (87.5% from 255 or 51.50% from 433); Max value from RGB is 223 - color contains mainly: blue. Hex color #A131DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A131DF is #5ECE20. Grayscale: #656565. Windows color (decimal): -6213153 or 14627233. OLE color: 14627233.
HSL color Cylindrical-coordinate representation of color #A131DF: hue angle of 278.62º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A131DF is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 49 | 223 | - |
| CMYK | 0.28 | 0.78 | 0 | 0.13 |
| HSL | 278.62º | 0.73% | 0.53% | - |
| HSV(B) | 278.62º | 0.78% | 0.87% | - |
| XYZ | 29.12 | 15.1 | 71.19 | - |
| YUV | 102.32 | 196.11 | 169.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 49 | 223 | 0.28 | 0.78 | 0 | 0.13 | 278.62 | 0.73 | 0.53 |
| Hex | A1 | 31 | DF | 1C | 4E | 0 | D | 117 | 49 | 35 |
| Octal | 241 | 61 | 337 | 34 | 116 | 0 | 15 | 427 | 111 | 65 |
| Binary | 10100001 | 110001 | 11011111 | 11100 | 1001110 | 0 | 1101 | 100010111 | 1001001 | 110101 |
Color Harmonies of #A131DF
Complementary color
Monochromatic Colors of #A131DF
Black with #A131DF
Text Example
Text Example
White with #A131DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A131DF; }
p { color: rgb(161,49,223); }
H1.HeaderClassName
{
color: #A131DF;
}
.AnyTagClassName
{
color: #A131DF;
}
</style>
background-color css
<style>
a { background-color: #A131DF; }
a { background-color: rgb(161,49,223); }
div.DivClassName
{
background-color: #A131DF;
}
.BgClassName
{
background-color: #A131DF;
}
</style>
border-color css
<style>
span { border-color: #A131DF; }
span { border-color: rgb(161,49,223); }
td.TdClassName
{
border-color: #A131DF;
}
.TagClassName
{
border-color: #A131DF;
}
</style>