Shades of Dark Orchid #A61ED0
Tints of Dark Orchid #A61ED0
RGB
CMYK
RGB Variations
Color information
#A61ED0 (or 0xA61ED0) is known color: Dark Orchid. HEX triplet: A6, 1E and D0. RGB value is (166,30,208). Sum of RGB (Red+Green+Blue) = 166+30+208=404 (53% of max value = 765). Red value is 166 (65.23% from 255 or 41.09% from 404); Green value is 30 (12.11% from 255 or 7.43% from 404); Blue value is 208 (81.64% from 255 or 51.49% from 404); Max value from RGB is 208 - color contains mainly: blue. Hex color #A61ED0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61ED0 is #59E12F. Grayscale: #5A5A5A. Windows color (decimal): -5890352 or 13639334. OLE color: 13639334.
HSL color Cylindrical-coordinate representation of color #A61ED0: hue angle of 285.84º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A61ED0 is Cyan = 0.20, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 166 | 30 | 208 | - |
| CMYK | 0.20 | 0.86 | 0 | 0.18 |
| HSL | 285.84º | 0.75% | 0.47% | - |
| HSV(B) | 285.84º | 0.86% | 0.82% | - |
| XYZ | 27.58 | 13.59 | 60.84 | - |
| YUV | 90.96 | 194.06 | 181.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 30 | 208 | 0.20 | 0.86 | 0 | 0.18 | 285.84 | 0.75 | 0.47 |
| Hex | A6 | 1E | D0 | 14 | 56 | 0 | 12 | 11E | 4B | 2F |
| Octal | 246 | 36 | 320 | 24 | 126 | 0 | 22 | 436 | 113 | 57 |
| Binary | 10100110 | 11110 | 11010000 | 10100 | 1010110 | 0 | 10010 | 100011110 | 1001011 | 101111 |
Color Harmonies of #A61ED0
Complementary color
Monochromatic Colors of #A61ED0
Black with #A61ED0
Text Example
Text Example
White with #A61ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61ED0; }
p { color: rgb(166,30,208); }
H1.HeaderClassName
{
color: #A61ED0;
}
.AnyTagClassName
{
color: #A61ED0;
}
</style>
background-color css
<style>
a { background-color: #A61ED0; }
a { background-color: rgb(166,30,208); }
div.DivClassName
{
background-color: #A61ED0;
}
.BgClassName
{
background-color: #A61ED0;
}
</style>
border-color css
<style>
span { border-color: #A61ED0; }
span { border-color: rgb(166,30,208); }
td.TdClassName
{
border-color: #A61ED0;
}
.TagClassName
{
border-color: #A61ED0;
}
</style>