Shades of Dark Orchid #A53ADE
Tints of Dark Orchid #A53ADE
RGB
CMYK
RGB Variations
Color information
#A53ADE (or 0xA53ADE) is known color: Dark Orchid. HEX triplet: A5, 3A and DE. RGB value is (165,58,222). Sum of RGB (Red+Green+Blue) = 165+58+222=445 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.08% from 445); Green value is 58 (23.05% from 255 or 13.03% from 445); Blue value is 222 (87.11% from 255 or 49.89% from 445); Max value from RGB is 222 - color contains mainly: blue. Hex color #A53ADE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53ADE is #5AC521. Grayscale: #6C6C6C. Windows color (decimal): -5948706 or 14564005. OLE color: 14564005.
HSL color Cylindrical-coordinate representation of color #A53ADE: hue angle of 279.15º 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 #A53ADE is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 58 | 222 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.13 |
| HSL | 279.15º | 0.71% | 0.55% | - |
| HSV(B) | 279.15º | 0.74% | 0.87% | - |
| XYZ | 30.21 | 16.3 | 70.66 | - |
| YUV | 108.69 | 191.95 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 58 | 222 | 0.26 | 0.74 | 0 | 0.13 | 279.15 | 0.71 | 0.55 |
| Hex | A5 | 3A | DE | 1A | 4A | 0 | D | 117 | 47 | 37 |
| Octal | 245 | 72 | 336 | 32 | 112 | 0 | 15 | 427 | 107 | 67 |
| Binary | 10100101 | 111010 | 11011110 | 11010 | 1001010 | 0 | 1101 | 100010111 | 1000111 | 110111 |
Color Harmonies of #A53ADE
Complementary color
Monochromatic Colors of #A53ADE
Black with #A53ADE
Text Example
Text Example
White with #A53ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53ADE; }
p { color: rgb(165,58,222); }
H1.HeaderClassName
{
color: #A53ADE;
}
.AnyTagClassName
{
color: #A53ADE;
}
</style>
background-color css
<style>
a { background-color: #A53ADE; }
a { background-color: rgb(165,58,222); }
div.DivClassName
{
background-color: #A53ADE;
}
.BgClassName
{
background-color: #A53ADE;
}
</style>
border-color css
<style>
span { border-color: #A53ADE; }
span { border-color: rgb(165,58,222); }
td.TdClassName
{
border-color: #A53ADE;
}
.TagClassName
{
border-color: #A53ADE;
}
</style>