Shades of Dark Orchid #A61EDF
Tints of Dark Orchid #A61EDF
RGB
CMYK
RGB Variations
Color information
#A61EDF (or 0xA61EDF) is known color: Dark Orchid. HEX triplet: A6, 1E and DF. RGB value is (166,30,223). Sum of RGB (Red+Green+Blue) = 166+30+223=419 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.62% from 419); Green value is 30 (12.11% from 255 or 7.16% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #A61EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61EDF is #59E120. Grayscale: #5C5C5C. Windows color (decimal): -5890337 or 14622374. OLE color: 14622374.
HSL color Cylindrical-coordinate representation of color #A61EDF: hue angle of 282.28º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A61EDF is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 30 | 223 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.13 |
| HSL | 282.28º | 0.76% | 0.5% | - |
| HSV(B) | 282.28º | 0.87% | 0.87% | - |
| XYZ | 29.51 | 14.36 | 71.03 | - |
| YUV | 92.67 | 201.56 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 30 | 223 | 0.26 | 0.87 | 0 | 0.13 | 282.28 | 0.76 | 0.5 |
| Hex | A6 | 1E | DF | 1A | 57 | 0 | D | 11A | 4C | 32 |
| Octal | 246 | 36 | 337 | 32 | 127 | 0 | 15 | 432 | 114 | 62 |
| Binary | 10100110 | 11110 | 11011111 | 11010 | 1010111 | 0 | 1101 | 100011010 | 1001100 | 110010 |
Color Harmonies of #A61EDF
Complementary color
Monochromatic Colors of #A61EDF
Black with #A61EDF
Text Example
Text Example
White with #A61EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61EDF; }
p { color: rgb(166,30,223); }
H1.HeaderClassName
{
color: #A61EDF;
}
.AnyTagClassName
{
color: #A61EDF;
}
</style>
background-color css
<style>
a { background-color: #A61EDF; }
a { background-color: rgb(166,30,223); }
div.DivClassName
{
background-color: #A61EDF;
}
.BgClassName
{
background-color: #A61EDF;
}
</style>
border-color css
<style>
span { border-color: #A61EDF; }
span { border-color: rgb(166,30,223); }
td.TdClassName
{
border-color: #A61EDF;
}
.TagClassName
{
border-color: #A61EDF;
}
</style>