Shades of Dark Orchid #A61DAE
Tints of Dark Orchid #A61DAE
RGB
CMYK
RGB Variations
Color information
#A61DAE (or 0xA61DAE) is known color: Dark Orchid. HEX triplet: A6, 1D and AE. RGB value is (166,29,174). Sum of RGB (Red+Green+Blue) = 166+29+174=369 (48% of max value = 765). Red value is 166 (65.23% from 255 or 44.99% from 369); Green value is 29 (11.72% from 255 or 7.86% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #A61DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61DAE is #59E251. Grayscale: #565656. Windows color (decimal): -5890642 or 11410854. OLE color: 11410854.
HSL color Cylindrical-coordinate representation of color #A61DAE: hue angle of 296.69º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A61DAE is Cyan = 0.05, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 29 | 174 | - |
| CMYK | 0.05 | 0.83 | 0 | 0.32 |
| HSL | 296.69º | 0.71% | 0.4% | - |
| HSV(B) | 296.69º | 0.83% | 0.68% | - |
| XYZ | 23.81 | 12.04 | 41.11 | - |
| YUV | 86.49 | 177.39 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 29 | 174 | 0.05 | 0.83 | 0 | 0.32 | 296.69 | 0.71 | 0.4 |
| Hex | A6 | 1D | AE | 5 | 53 | 0 | 20 | 129 | 47 | 28 |
| Octal | 246 | 35 | 256 | 5 | 123 | 0 | 40 | 451 | 107 | 50 |
| Binary | 10100110 | 11101 | 10101110 | 101 | 1010011 | 0 | 100000 | 100101001 | 1000111 | 101000 |
Color Harmonies of #A61DAE
Complementary color
Monochromatic Colors of #A61DAE
Black with #A61DAE
Text Example
Text Example
White with #A61DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61DAE; }
p { color: rgb(166,29,174); }
H1.HeaderClassName
{
color: #A61DAE;
}
.AnyTagClassName
{
color: #A61DAE;
}
</style>
background-color css
<style>
a { background-color: #A61DAE; }
a { background-color: rgb(166,29,174); }
div.DivClassName
{
background-color: #A61DAE;
}
.BgClassName
{
background-color: #A61DAE;
}
</style>
border-color css
<style>
span { border-color: #A61DAE; }
span { border-color: rgb(166,29,174); }
td.TdClassName
{
border-color: #A61DAE;
}
.TagClassName
{
border-color: #A61DAE;
}
</style>