Shades of Dark Orchid #A61DBB
Tints of Dark Orchid #A61DBB
RGB
CMYK
RGB Variations
Color information
#A61DBB (or 0xA61DBB) is known color: Dark Orchid. HEX triplet: A6, 1D and BB. RGB value is (166,29,187). Sum of RGB (Red+Green+Blue) = 166+29+187=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 29 (11.72% from 255 or 7.59% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #A61DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61DBB is #59E244. Grayscale: #575757. Windows color (decimal): -5890629 or 12262822. OLE color: 12262822.
HSL color Cylindrical-coordinate representation of color #A61DBB: hue angle of 292.03º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A61DBB is Cyan = 0.11, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 166 | 29 | 187 | - |
| CMYK | 0.11 | 0.84 | 0 | 0.27 |
| HSL | 292.03º | 0.73% | 0.42% | - |
| HSV(B) | 292.03º | 0.84% | 0.73% | - |
| XYZ | 25.13 | 12.57 | 48.12 | - |
| YUV | 87.98 | 183.89 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 29 | 187 | 0.11 | 0.84 | 0 | 0.27 | 292.03 | 0.73 | 0.42 |
| Hex | A6 | 1D | BB | B | 54 | 0 | 1B | 124 | 49 | 2A |
| Octal | 246 | 35 | 273 | 13 | 124 | 0 | 33 | 444 | 111 | 52 |
| Binary | 10100110 | 11101 | 10111011 | 1011 | 1010100 | 0 | 11011 | 100100100 | 1001001 | 101010 |
Color Harmonies of #A61DBB
Complementary color
Monochromatic Colors of #A61DBB
Black with #A61DBB
Text Example
Text Example
White with #A61DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61DBB; }
p { color: rgb(166,29,187); }
H1.HeaderClassName
{
color: #A61DBB;
}
.AnyTagClassName
{
color: #A61DBB;
}
</style>
background-color css
<style>
a { background-color: #A61DBB; }
a { background-color: rgb(166,29,187); }
div.DivClassName
{
background-color: #A61DBB;
}
.BgClassName
{
background-color: #A61DBB;
}
</style>
border-color css
<style>
span { border-color: #A61DBB; }
span { border-color: rgb(166,29,187); }
td.TdClassName
{
border-color: #A61DBB;
}
.TagClassName
{
border-color: #A61DBB;
}
</style>