Shades of Dark Orchid #A93EDA
Tints of Dark Orchid #A93EDA
RGB
CMYK
RGB Variations
Color information
#A93EDA (or 0xA93EDA) is known color: Dark Orchid. HEX triplet: A9, 3E and DA. RGB value is (169,62,218). Sum of RGB (Red+Green+Blue) = 169+62+218=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 62 (24.61% from 255 or 13.81% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #A93EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93EDA is #56C125. Grayscale: #6F6F6F. Windows color (decimal): -5685542 or 14302889. OLE color: 14302889.
HSL color Cylindrical-coordinate representation of color #A93EDA: hue angle of 281.15º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A93EDA is Cyan = 0.22, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 62 | 218 | - |
| CMYK | 0.22 | 0.72 | 0 | 0.15 |
| HSL | 281.15º | 0.68% | 0.55% | - |
| HSV(B) | 281.15º | 0.72% | 0.85% | - |
| XYZ | 30.74 | 16.94 | 67.98 | - |
| YUV | 111.78 | 187.95 | 168.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 62 | 218 | 0.22 | 0.72 | 0 | 0.15 | 281.15 | 0.68 | 0.55 |
| Hex | A9 | 3E | DA | 16 | 48 | 0 | F | 119 | 44 | 37 |
| Octal | 251 | 76 | 332 | 26 | 110 | 0 | 17 | 431 | 104 | 67 |
| Binary | 10101001 | 111110 | 11011010 | 10110 | 1001000 | 0 | 1111 | 100011001 | 1000100 | 110111 |
Color Harmonies of #A93EDA
Complementary color
Monochromatic Colors of #A93EDA
Black with #A93EDA
Text Example
Text Example
White with #A93EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93EDA; }
p { color: rgb(169,62,218); }
H1.HeaderClassName
{
color: #A93EDA;
}
.AnyTagClassName
{
color: #A93EDA;
}
</style>
background-color css
<style>
a { background-color: #A93EDA; }
a { background-color: rgb(169,62,218); }
div.DivClassName
{
background-color: #A93EDA;
}
.BgClassName
{
background-color: #A93EDA;
}
</style>
border-color css
<style>
span { border-color: #A93EDA; }
span { border-color: rgb(169,62,218); }
td.TdClassName
{
border-color: #A93EDA;
}
.TagClassName
{
border-color: #A93EDA;
}
</style>