Shades of Dark Orchid #A61DB5
Tints of Dark Orchid #A61DB5
RGB
CMYK
RGB Variations
Color information
#A61DB5 (or 0xA61DB5) is known color: Dark Orchid. HEX triplet: A6, 1D and B5. RGB value is (166,29,181). Sum of RGB (Red+Green+Blue) = 166+29+181=376 (49% of max value = 765). Red value is 166 (65.23% from 255 or 44.15% from 376); Green value is 29 (11.72% from 255 or 7.71% from 376); Blue value is 181 (71.09% from 255 or 48.14% from 376); Max value from RGB is 181 - color contains mainly: blue. Hex color #A61DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61DB5 is #59E24A. Grayscale: #565656. Windows color (decimal): -5890635 or 11869606. OLE color: 11869606.
HSL color Cylindrical-coordinate representation of color #A61DB5: hue angle of 294.08º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A61DB5 is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 166 | 29 | 181 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.29 |
| HSL | 294.08º | 0.72% | 0.41% | - |
| HSV(B) | 294.08º | 0.84% | 0.71% | - |
| XYZ | 24.51 | 12.32 | 44.8 | - |
| YUV | 87.29 | 180.89 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 29 | 181 | 0.08 | 0.84 | 0 | 0.29 | 294.08 | 0.72 | 0.41 |
| Hex | A6 | 1D | B5 | 8 | 54 | 0 | 1D | 126 | 48 | 29 |
| Octal | 246 | 35 | 265 | 10 | 124 | 0 | 35 | 446 | 110 | 51 |
| Binary | 10100110 | 11101 | 10110101 | 1000 | 1010100 | 0 | 11101 | 100100110 | 1001000 | 101001 |
Color Harmonies of #A61DB5
Complementary color
Monochromatic Colors of #A61DB5
Black with #A61DB5
Text Example
Text Example
White with #A61DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61DB5; }
p { color: rgb(166,29,181); }
H1.HeaderClassName
{
color: #A61DB5;
}
.AnyTagClassName
{
color: #A61DB5;
}
</style>
background-color css
<style>
a { background-color: #A61DB5; }
a { background-color: rgb(166,29,181); }
div.DivClassName
{
background-color: #A61DB5;
}
.BgClassName
{
background-color: #A61DB5;
}
</style>
border-color css
<style>
span { border-color: #A61DB5; }
span { border-color: rgb(166,29,181); }
td.TdClassName
{
border-color: #A61DB5;
}
.TagClassName
{
border-color: #A61DB5;
}
</style>