Shades of Dark Orchid #A631D9
Tints of Dark Orchid #A631D9
RGB
CMYK
RGB Variations
Color information
#A631D9 (or 0xA631D9) is known color: Dark Orchid. HEX triplet: A6, 31 and D9. RGB value is (166,49,217). Sum of RGB (Red+Green+Blue) = 166+49+217=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 49 (19.53% from 255 or 11.34% from 432); Blue value is 217 (85.16% from 255 or 50.23% from 432); Max value from RGB is 217 - color contains mainly: blue. Hex color #A631D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A631D9 is #59CE26. Grayscale: #666666. Windows color (decimal): -5885479 or 14234022. OLE color: 14234022.
HSL color Cylindrical-coordinate representation of color #A631D9: hue angle of 281.79º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A631D9 is Cyan = 0.24, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 49 | 217 | - |
| CMYK | 0.24 | 0.77 | 0 | 0.15 |
| HSL | 281.79º | 0.69% | 0.52% | - |
| HSV(B) | 281.79º | 0.77% | 0.85% | - |
| XYZ | 29.35 | 15.31 | 67.05 | - |
| YUV | 103.14 | 192.26 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 49 | 217 | 0.24 | 0.77 | 0 | 0.15 | 281.79 | 0.69 | 0.52 |
| Hex | A6 | 31 | D9 | 18 | 4D | 0 | F | 11A | 45 | 34 |
| Octal | 246 | 61 | 331 | 30 | 115 | 0 | 17 | 432 | 105 | 64 |
| Binary | 10100110 | 110001 | 11011001 | 11000 | 1001101 | 0 | 1111 | 100011010 | 1000101 | 110100 |
Color Harmonies of #A631D9
Complementary color
Monochromatic Colors of #A631D9
Black with #A631D9
Text Example
Text Example
White with #A631D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A631D9; }
p { color: rgb(166,49,217); }
H1.HeaderClassName
{
color: #A631D9;
}
.AnyTagClassName
{
color: #A631D9;
}
</style>
background-color css
<style>
a { background-color: #A631D9; }
a { background-color: rgb(166,49,217); }
div.DivClassName
{
background-color: #A631D9;
}
.BgClassName
{
background-color: #A631D9;
}
</style>
border-color css
<style>
span { border-color: #A631D9; }
span { border-color: rgb(166,49,217); }
td.TdClassName
{
border-color: #A631D9;
}
.TagClassName
{
border-color: #A631D9;
}
</style>