Shades of Dark Orchid #A61EDA
Tints of Dark Orchid #A61EDA
RGB
CMYK
RGB Variations
Color information
#A61EDA (or 0xA61EDA) is known color: Dark Orchid. HEX triplet: A6, 1E and DA. RGB value is (166,30,218). Sum of RGB (Red+Green+Blue) = 166+30+218=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 30 (12.11% from 255 or 7.25% from 414); Blue value is 218 (85.55% from 255 or 52.66% from 414); Max value from RGB is 218 - color contains mainly: blue. Hex color #A61EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A61EDA is #59E125. Grayscale: #5B5B5B. Windows color (decimal): -5890342 or 14294694. OLE color: 14294694.
HSL color Cylindrical-coordinate representation of color #A61EDA: hue angle of 283.4º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A61EDA is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 166 | 30 | 218 | - |
| CMYK | 0.24 | 0.86 | 0 | 0.15 |
| HSL | 283.4º | 0.76% | 0.49% | - |
| HSV(B) | 283.4º | 0.86% | 0.85% | - |
| XYZ | 28.85 | 14.1 | 67.53 | - |
| YUV | 92.1 | 199.06 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 30 | 218 | 0.24 | 0.86 | 0 | 0.15 | 283.4 | 0.76 | 0.49 |
| Hex | A6 | 1E | DA | 18 | 56 | 0 | F | 11B | 4C | 31 |
| Octal | 246 | 36 | 332 | 30 | 126 | 0 | 17 | 433 | 114 | 61 |
| Binary | 10100110 | 11110 | 11011010 | 11000 | 1010110 | 0 | 1111 | 100011011 | 1001100 | 110001 |
Color Harmonies of #A61EDA
Complementary color
Monochromatic Colors of #A61EDA
Black with #A61EDA
Text Example
Text Example
White with #A61EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A61EDA; }
p { color: rgb(166,30,218); }
H1.HeaderClassName
{
color: #A61EDA;
}
.AnyTagClassName
{
color: #A61EDA;
}
</style>
background-color css
<style>
a { background-color: #A61EDA; }
a { background-color: rgb(166,30,218); }
div.DivClassName
{
background-color: #A61EDA;
}
.BgClassName
{
background-color: #A61EDA;
}
</style>
border-color css
<style>
span { border-color: #A61EDA; }
span { border-color: rgb(166,30,218); }
td.TdClassName
{
border-color: #A61EDA;
}
.TagClassName
{
border-color: #A61EDA;
}
</style>