Shades of Dark Orchid #A131DD
Tints of Dark Orchid #A131DD
RGB
CMYK
RGB Variations
Color information
#A131DD (or 0xA131DD) is known color: Dark Orchid. HEX triplet: A1, 31 and DD. RGB value is (161,49,221). Sum of RGB (Red+Green+Blue) = 161+49+221=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 49 (19.53% from 255 or 11.37% from 431); Blue value is 221 (86.72% from 255 or 51.28% from 431); Max value from RGB is 221 - color contains mainly: blue. Hex color #A131DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A131DD is #5ECE22. Grayscale: #656565. Windows color (decimal): -6213155 or 14496161. OLE color: 14496161.
HSL color Cylindrical-coordinate representation of color #A131DD: hue angle of 279.07º degrees, saturation: 0.72, 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 #A131DD is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 49 | 221 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.13 |
| HSL | 279.07º | 0.72% | 0.53% | - |
| HSV(B) | 279.07º | 0.78% | 0.87% | - |
| XYZ | 28.85 | 14.99 | 69.78 | - |
| YUV | 102.1 | 195.11 | 170.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 49 | 221 | 0.27 | 0.78 | 0 | 0.13 | 279.07 | 0.72 | 0.53 |
| Hex | A1 | 31 | DD | 1B | 4E | 0 | D | 117 | 48 | 35 |
| Octal | 241 | 61 | 335 | 33 | 116 | 0 | 15 | 427 | 110 | 65 |
| Binary | 10100001 | 110001 | 11011101 | 11011 | 1001110 | 0 | 1101 | 100010111 | 1001000 | 110101 |
Color Harmonies of #A131DD
Complementary color
Monochromatic Colors of #A131DD
Black with #A131DD
Text Example
Text Example
White with #A131DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A131DD; }
p { color: rgb(161,49,221); }
H1.HeaderClassName
{
color: #A131DD;
}
.AnyTagClassName
{
color: #A131DD;
}
</style>
background-color css
<style>
a { background-color: #A131DD; }
a { background-color: rgb(161,49,221); }
div.DivClassName
{
background-color: #A131DD;
}
.BgClassName
{
background-color: #A131DD;
}
</style>
border-color css
<style>
span { border-color: #A131DD; }
span { border-color: rgb(161,49,221); }
td.TdClassName
{
border-color: #A131DD;
}
.TagClassName
{
border-color: #A131DD;
}
</style>