Shades of Dark Orchid #A61DC0
Tints of Dark Orchid #A61DC0
RGB
CMYK
RGB Variations
Color information
#A61DC0 (or 0xA61DC0) is known color: Dark Orchid. HEX triplet: A6, 1D and C0. RGB value is (166,29,192). Sum of RGB (Red+Green+Blue) = 166+29+192=387 (51% of max value = 765). Red value is 166 (65.23% from 255 or 42.89% from 387); Green value is 29 (11.72% from 255 or 7.49% from 387); Blue value is 192 (75.39% from 255 or 49.61% from 387); Max value from RGB is 192 - color contains mainly: blue. Hex color #A61DC0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61DC0 is #59E23F. Grayscale: #585858. Windows color (decimal): -5890624 or 12590502. OLE color: 12590502.
HSL color Cylindrical-coordinate representation of color #A61DC0: hue angle of 290.43º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A61DC0 is Cyan = 0.14, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 29 | 192 | - |
| CMYK | 0.14 | 0.85 | 0 | 0.25 |
| HSL | 290.43º | 0.74% | 0.43% | - |
| HSV(B) | 290.43º | 0.85% | 0.75% | - |
| XYZ | 25.68 | 12.79 | 50.98 | - |
| YUV | 88.55 | 186.39 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 29 | 192 | 0.14 | 0.85 | 0 | 0.25 | 290.43 | 0.74 | 0.43 |
| Hex | A6 | 1D | C0 | E | 55 | 0 | 19 | 122 | 4A | 2B |
| Octal | 246 | 35 | 300 | 16 | 125 | 0 | 31 | 442 | 112 | 53 |
| Binary | 10100110 | 11101 | 11000000 | 1110 | 1010101 | 0 | 11001 | 100100010 | 1001010 | 101011 |
Color Harmonies of #A61DC0
Complementary color
Monochromatic Colors of #A61DC0
Black with #A61DC0
Text Example
Text Example
White with #A61DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61DC0; }
p { color: rgb(166,29,192); }
H1.HeaderClassName
{
color: #A61DC0;
}
.AnyTagClassName
{
color: #A61DC0;
}
</style>
background-color css
<style>
a { background-color: #A61DC0; }
a { background-color: rgb(166,29,192); }
div.DivClassName
{
background-color: #A61DC0;
}
.BgClassName
{
background-color: #A61DC0;
}
</style>
border-color css
<style>
span { border-color: #A61DC0; }
span { border-color: rgb(166,29,192); }
td.TdClassName
{
border-color: #A61DC0;
}
.TagClassName
{
border-color: #A61DC0;
}
</style>