Shades of Dark Orchid #A131D4
Tints of Dark Orchid #A131D4
RGB
CMYK
RGB Variations
Color information
#A131D4 (or 0xA131D4) is known color: Dark Orchid. HEX triplet: A1, 31 and D4. RGB value is (161,49,212). Sum of RGB (Red+Green+Blue) = 161+49+212=422 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.15% from 422); Green value is 49 (19.53% from 255 or 11.61% from 422); Blue value is 212 (83.20% from 255 or 50.24% from 422); Max value from RGB is 212 - color contains mainly: blue. Hex color #A131D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A131D4 is #5ECE2B. Grayscale: #646464. Windows color (decimal): -6213164 or 13906337. OLE color: 13906337.
HSL color Cylindrical-coordinate representation of color #A131D4: hue angle of 281.23º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A131D4 is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 49 | 212 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.17 |
| HSL | 281.23º | 0.65% | 0.51% | - |
| HSV(B) | 281.23º | 0.77% | 0.83% | - |
| XYZ | 27.68 | 14.53 | 63.63 | - |
| YUV | 101.07 | 190.61 | 170.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 49 | 212 | 0.24 | 0.77 | 0 | 0.17 | 281.23 | 0.65 | 0.51 |
| Hex | A1 | 31 | D4 | 18 | 4D | 0 | 11 | 119 | 41 | 33 |
| Octal | 241 | 61 | 324 | 30 | 115 | 0 | 21 | 431 | 101 | 63 |
| Binary | 10100001 | 110001 | 11010100 | 11000 | 1001101 | 0 | 10001 | 100011001 | 1000001 | 110011 |
Color Harmonies of #A131D4
Complementary color
Monochromatic Colors of #A131D4
Black with #A131D4
Text Example
Text Example
White with #A131D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A131D4; }
p { color: rgb(161,49,212); }
H1.HeaderClassName
{
color: #A131D4;
}
.AnyTagClassName
{
color: #A131D4;
}
</style>
background-color css
<style>
a { background-color: #A131D4; }
a { background-color: rgb(161,49,212); }
div.DivClassName
{
background-color: #A131D4;
}
.BgClassName
{
background-color: #A131D4;
}
</style>
border-color css
<style>
span { border-color: #A131D4; }
span { border-color: rgb(161,49,212); }
td.TdClassName
{
border-color: #A131D4;
}
.TagClassName
{
border-color: #A131D4;
}
</style>