Shades of Dark Orchid #A631C1
Tints of Dark Orchid #A631C1
RGB
CMYK
RGB Variations
Color information
#A631C1 (or 0xA631C1) is known color: Dark Orchid. HEX triplet: A6, 31 and C1. RGB value is (166,49,193). Sum of RGB (Red+Green+Blue) = 166+49+193=408 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.69% from 408); Green value is 49 (19.53% from 255 or 12.01% from 408); Blue value is 193 (75.78% from 255 or 47.30% from 408); Max value from RGB is 193 - color contains mainly: blue. Hex color #A631C1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A631C1 is #59CE3E. Grayscale: #636363. Windows color (decimal): -5885503 or 12661158. OLE color: 12661158.
HSL color Cylindrical-coordinate representation of color #A631C1: hue angle of 288.75º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A631C1 is Cyan = 0.14, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 49 | 193 | - |
| CMYK | 0.14 | 0.75 | 0 | 0.24 |
| HSL | 288.75º | 0.6% | 0.47% | - |
| HSV(B) | 288.75º | 0.75% | 0.76% | - |
| XYZ | 26.45 | 14.15 | 51.79 | - |
| YUV | 100.4 | 180.26 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 49 | 193 | 0.14 | 0.75 | 0 | 0.24 | 288.75 | 0.6 | 0.47 |
| Hex | A6 | 31 | C1 | E | 4B | 0 | 18 | 121 | 3C | 2F |
| Octal | 246 | 61 | 301 | 16 | 113 | 0 | 30 | 441 | 74 | 57 |
| Binary | 10100110 | 110001 | 11000001 | 1110 | 1001011 | 0 | 11000 | 100100001 | 111100 | 101111 |
Color Harmonies of #A631C1
Complementary color
Monochromatic Colors of #A631C1
Black with #A631C1
Text Example
Text Example
White with #A631C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A631C1; }
p { color: rgb(166,49,193); }
H1.HeaderClassName
{
color: #A631C1;
}
.AnyTagClassName
{
color: #A631C1;
}
</style>
background-color css
<style>
a { background-color: #A631C1; }
a { background-color: rgb(166,49,193); }
div.DivClassName
{
background-color: #A631C1;
}
.BgClassName
{
background-color: #A631C1;
}
</style>
border-color css
<style>
span { border-color: #A631C1; }
span { border-color: rgb(166,49,193); }
td.TdClassName
{
border-color: #A631C1;
}
.TagClassName
{
border-color: #A631C1;
}
</style>