Shades of Dark Orchid #A61FC1
Tints of Dark Orchid #A61FC1
RGB
CMYK
RGB Variations
Color information
#A61FC1 (or 0xA61FC1) is known color: Dark Orchid. HEX triplet: A6, 1F and C1. RGB value is (166,31,193). Sum of RGB (Red+Green+Blue) = 166+31+193=390 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.56% from 390); Green value is 31 (12.5% from 255 or 7.95% from 390); Blue value is 193 (75.78% from 255 or 49.49% from 390); Max value from RGB is 193 - color contains mainly: blue. Hex color #A61FC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61FC1 is #59E03E. Grayscale: #595959. Windows color (decimal): -5890111 or 12656550. OLE color: 12656550.
HSL color Cylindrical-coordinate representation of color #A61FC1: hue angle of 290º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A61FC1 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 166 | 31 | 193 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.24 |
| HSL | 290º | 0.72% | 0.44% | - |
| HSV(B) | 290º | 0.84% | 0.76% | - |
| XYZ | 25.84 | 12.94 | 51.59 | - |
| YUV | 89.83 | 186.23 | 182.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 31 | 193 | 0.14 | 0.84 | 0 | 0.24 | 290 | 0.72 | 0.44 |
| Hex | A6 | 1F | C1 | E | 54 | 0 | 18 | 122 | 48 | 2C |
| Octal | 246 | 37 | 301 | 16 | 124 | 0 | 30 | 442 | 110 | 54 |
| Binary | 10100110 | 11111 | 11000001 | 1110 | 1010100 | 0 | 11000 | 100100010 | 1001000 | 101100 |
Color Harmonies of #A61FC1
Complementary color
Monochromatic Colors of #A61FC1
Black with #A61FC1
Text Example
Text Example
White with #A61FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61FC1; }
p { color: rgb(166,31,193); }
H1.HeaderClassName
{
color: #A61FC1;
}
.AnyTagClassName
{
color: #A61FC1;
}
</style>
background-color css
<style>
a { background-color: #A61FC1; }
a { background-color: rgb(166,31,193); }
div.DivClassName
{
background-color: #A61FC1;
}
.BgClassName
{
background-color: #A61FC1;
}
</style>
border-color css
<style>
span { border-color: #A61FC1; }
span { border-color: rgb(166,31,193); }
td.TdClassName
{
border-color: #A61FC1;
}
.TagClassName
{
border-color: #A61FC1;
}
</style>