Shades of Dark Orchid #A61EDD
Tints of Dark Orchid #A61EDD
RGB
CMYK
RGB Variations
Color information
#A61EDD (or 0xA61EDD) is known color: Dark Orchid. HEX triplet: A6, 1E and DD. RGB value is (166,30,221). Sum of RGB (Red+Green+Blue) = 166+30+221=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 30 (12.11% from 255 or 7.19% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #A61EDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61EDD is #59E122. Grayscale: #5B5B5B. Windows color (decimal): -5890339 or 14491302. OLE color: 14491302.
HSL color Cylindrical-coordinate representation of color #A61EDD: hue angle of 282.72º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A61EDD is Cyan = 0.25, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 30 | 221 | - |
| CMYK | 0.25 | 0.86 | 0 | 0.13 |
| HSL | 282.72º | 0.76% | 0.49% | - |
| HSV(B) | 282.72º | 0.86% | 0.87% | - |
| XYZ | 29.24 | 14.26 | 69.62 | - |
| YUV | 92.44 | 200.56 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 30 | 221 | 0.25 | 0.86 | 0 | 0.13 | 282.72 | 0.76 | 0.49 |
| Hex | A6 | 1E | DD | 19 | 56 | 0 | D | 11B | 4C | 31 |
| Octal | 246 | 36 | 335 | 31 | 126 | 0 | 15 | 433 | 114 | 61 |
| Binary | 10100110 | 11110 | 11011101 | 11001 | 1010110 | 0 | 1101 | 100011011 | 1001100 | 110001 |
Color Harmonies of #A61EDD
Complementary color
Monochromatic Colors of #A61EDD
Black with #A61EDD
Text Example
Text Example
White with #A61EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61EDD; }
p { color: rgb(166,30,221); }
H1.HeaderClassName
{
color: #A61EDD;
}
.AnyTagClassName
{
color: #A61EDD;
}
</style>
background-color css
<style>
a { background-color: #A61EDD; }
a { background-color: rgb(166,30,221); }
div.DivClassName
{
background-color: #A61EDD;
}
.BgClassName
{
background-color: #A61EDD;
}
</style>
border-color css
<style>
span { border-color: #A61EDD; }
span { border-color: rgb(166,30,221); }
td.TdClassName
{
border-color: #A61EDD;
}
.TagClassName
{
border-color: #A61EDD;
}
</style>