Shades of Dark Orchid #A93ADE
Tints of Dark Orchid #A93ADE
RGB
CMYK
RGB Variations
Color information
#A93ADE (or 0xA93ADE) is known color: Dark Orchid. HEX triplet: A9, 3A and DE. RGB value is (169,58,222). Sum of RGB (Red+Green+Blue) = 169+58+222=449 (59% of max value = 765). Red value is 169 (66.41% from 255 or 37.64% from 449); Green value is 58 (23.05% from 255 or 12.92% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #A93ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A93ADE is #56C521. Grayscale: #6D6D6D. Windows color (decimal): -5686562 or 14564009. OLE color: 14564009.
HSL color Cylindrical-coordinate representation of color #A93ADE: hue angle of 280.61º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A93ADE is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 58 | 222 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.13 |
| HSL | 280.61º | 0.71% | 0.55% | - |
| HSV(B) | 280.61º | 0.74% | 0.87% | - |
| XYZ | 31.06 | 16.74 | 70.7 | - |
| YUV | 109.89 | 191.27 | 170.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 58 | 222 | 0.24 | 0.74 | 0 | 0.13 | 280.61 | 0.71 | 0.55 |
| Hex | A9 | 3A | DE | 18 | 4A | 0 | D | 119 | 47 | 37 |
| Octal | 251 | 72 | 336 | 30 | 112 | 0 | 15 | 431 | 107 | 67 |
| Binary | 10101001 | 111010 | 11011110 | 11000 | 1001010 | 0 | 1101 | 100011001 | 1000111 | 110111 |
Color Harmonies of #A93ADE
Complementary color
Monochromatic Colors of #A93ADE
Black with #A93ADE
Text Example
Text Example
White with #A93ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93ADE; }
p { color: rgb(169,58,222); }
H1.HeaderClassName
{
color: #A93ADE;
}
.AnyTagClassName
{
color: #A93ADE;
}
</style>
background-color css
<style>
a { background-color: #A93ADE; }
a { background-color: rgb(169,58,222); }
div.DivClassName
{
background-color: #A93ADE;
}
.BgClassName
{
background-color: #A93ADE;
}
</style>
border-color css
<style>
span { border-color: #A93ADE; }
span { border-color: rgb(169,58,222); }
td.TdClassName
{
border-color: #A93ADE;
}
.TagClassName
{
border-color: #A93ADE;
}
</style>