Shades of Dark Orchid #A11EDA
Tints of Dark Orchid #A11EDA
RGB
CMYK
RGB Variations
Color information
#A11EDA (or 0xA11EDA) is known color: Dark Orchid. HEX triplet: A1, 1E and DA. RGB value is (161,30,218). Sum of RGB (Red+Green+Blue) = 161+30+218=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 30 (12.11% from 255 or 7.33% from 409); Blue value is 218 (85.55% from 255 or 53.30% from 409); Max value from RGB is 218 - color contains mainly: blue. Hex color #A11EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A11EDA is #5EE125. Grayscale: #595959. Windows color (decimal): -6218022 or 14294689. OLE color: 14294689.
HSL color Cylindrical-coordinate representation of color #A11EDA: hue angle of 281.81º 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 #A11EDA is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 30 | 218 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.15 |
| HSL | 281.81º | 0.76% | 0.49% | - |
| HSV(B) | 281.81º | 0.86% | 0.85% | - |
| XYZ | 27.82 | 13.57 | 67.48 | - |
| YUV | 90.6 | 199.9 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 30 | 218 | 0.26 | 0.86 | 0 | 0.15 | 281.81 | 0.76 | 0.49 |
| Hex | A1 | 1E | DA | 1A | 56 | 0 | F | 11A | 4C | 31 |
| Octal | 241 | 36 | 332 | 32 | 126 | 0 | 17 | 432 | 114 | 61 |
| Binary | 10100001 | 11110 | 11011010 | 11010 | 1010110 | 0 | 1111 | 100011010 | 1001100 | 110001 |
Color Harmonies of #A11EDA
Complementary color
Monochromatic Colors of #A11EDA
Black with #A11EDA
Text Example
Text Example
White with #A11EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11EDA; }
p { color: rgb(161,30,218); }
H1.HeaderClassName
{
color: #A11EDA;
}
.AnyTagClassName
{
color: #A11EDA;
}
</style>
background-color css
<style>
a { background-color: #A11EDA; }
a { background-color: rgb(161,30,218); }
div.DivClassName
{
background-color: #A11EDA;
}
.BgClassName
{
background-color: #A11EDA;
}
</style>
border-color css
<style>
span { border-color: #A11EDA; }
span { border-color: rgb(161,30,218); }
td.TdClassName
{
border-color: #A11EDA;
}
.TagClassName
{
border-color: #A11EDA;
}
</style>