Shades of Dark Orchid #A61DBE
Tints of Dark Orchid #A61DBE
RGB
CMYK
RGB Variations
Color information
#A61DBE (or 0xA61DBE) is known color: Dark Orchid. HEX triplet: A6, 1D and BE. RGB value is (166,29,190). Sum of RGB (Red+Green+Blue) = 166+29+190=385 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.12% from 385); Green value is 29 (11.72% from 255 or 7.53% from 385); Blue value is 190 (74.61% from 255 or 49.35% from 385); Max value from RGB is 190 - color contains mainly: blue. Hex color #A61DBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61DBE is #59E241. Grayscale: #575757. Windows color (decimal): -5890626 or 12459430. OLE color: 12459430.
HSL color Cylindrical-coordinate representation of color #A61DBE: hue angle of 291.06º 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 #A61DBE is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 166 | 29 | 190 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.25 |
| HSL | 291.06º | 0.74% | 0.43% | - |
| HSV(B) | 291.06º | 0.85% | 0.75% | - |
| XYZ | 25.46 | 12.7 | 49.83 | - |
| YUV | 88.32 | 185.39 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 29 | 190 | 0.13 | 0.85 | 0 | 0.25 | 291.06 | 0.74 | 0.43 |
| Hex | A6 | 1D | BE | D | 55 | 0 | 19 | 123 | 4A | 2B |
| Octal | 246 | 35 | 276 | 15 | 125 | 0 | 31 | 443 | 112 | 53 |
| Binary | 10100110 | 11101 | 10111110 | 1101 | 1010101 | 0 | 11001 | 100100011 | 1001010 | 101011 |
Color Harmonies of #A61DBE
Complementary color
Monochromatic Colors of #A61DBE
Black with #A61DBE
Text Example
Text Example
White with #A61DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61DBE; }
p { color: rgb(166,29,190); }
H1.HeaderClassName
{
color: #A61DBE;
}
.AnyTagClassName
{
color: #A61DBE;
}
</style>
background-color css
<style>
a { background-color: #A61DBE; }
a { background-color: rgb(166,29,190); }
div.DivClassName
{
background-color: #A61DBE;
}
.BgClassName
{
background-color: #A61DBE;
}
</style>
border-color css
<style>
span { border-color: #A61DBE; }
span { border-color: rgb(166,29,190); }
td.TdClassName
{
border-color: #A61DBE;
}
.TagClassName
{
border-color: #A61DBE;
}
</style>