Shades of Dark Orchid #A61AAE
Tints of Dark Orchid #A61AAE
RGB
CMYK
RGB Variations
Color information
#A61AAE (or 0xA61AAE) is known color: Dark Orchid. HEX triplet: A6, 1A and AE. RGB value is (166,26,174). Sum of RGB (Red+Green+Blue) = 166+26+174=366 (48% of max value = 765). Red value is 166 (65.23% from 255 or 45.36% from 366); Green value is 26 (10.55% from 255 or 7.10% from 366); Blue value is 174 (68.36% from 255 or 47.54% from 366); Max value from RGB is 174 - color contains mainly: blue. Hex color #A61AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A61AAE is #59E551. Grayscale: #545454. Windows color (decimal): -5891410 or 11410086. OLE color: 11410086.
HSL color Cylindrical-coordinate representation of color #A61AAE: hue angle of 296.76º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A61AAE is Cyan = 0.05, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 26 | 174 | - |
| CMYK | 0.05 | 0.85 | 0 | 0.32 |
| HSL | 296.76º | 0.74% | 0.39% | - |
| HSV(B) | 296.76º | 0.85% | 0.68% | - |
| XYZ | 23.74 | 11.9 | 41.09 | - |
| YUV | 84.73 | 178.38 | 185.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 26 | 174 | 0.05 | 0.85 | 0 | 0.32 | 296.76 | 0.74 | 0.39 |
| Hex | A6 | 1A | AE | 5 | 55 | 0 | 20 | 129 | 4A | 27 |
| Octal | 246 | 32 | 256 | 5 | 125 | 0 | 40 | 451 | 112 | 47 |
| Binary | 10100110 | 11010 | 10101110 | 101 | 1010101 | 0 | 100000 | 100101001 | 1001010 | 100111 |
Color Harmonies of #A61AAE
Complementary color
Monochromatic Colors of #A61AAE
Black with #A61AAE
Text Example
Text Example
White with #A61AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61AAE; }
p { color: rgb(166,26,174); }
H1.HeaderClassName
{
color: #A61AAE;
}
.AnyTagClassName
{
color: #A61AAE;
}
</style>
background-color css
<style>
a { background-color: #A61AAE; }
a { background-color: rgb(166,26,174); }
div.DivClassName
{
background-color: #A61AAE;
}
.BgClassName
{
background-color: #A61AAE;
}
</style>
border-color css
<style>
span { border-color: #A61AAE; }
span { border-color: rgb(166,26,174); }
td.TdClassName
{
border-color: #A61AAE;
}
.TagClassName
{
border-color: #A61AAE;
}
</style>