Shades of Dark Orchid #A53ADD
Tints of Dark Orchid #A53ADD
RGB
CMYK
RGB Variations
Color information
#A53ADD (or 0xA53ADD) is known color: Dark Orchid. HEX triplet: A5, 3A and DD. RGB value is (165,58,221). Sum of RGB (Red+Green+Blue) = 165+58+221=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 58 (23.05% from 255 or 13.06% from 444); Blue value is 221 (86.72% from 255 or 49.77% from 444); Max value from RGB is 221 - color contains mainly: blue. Hex color #A53ADD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53ADD is #5AC522. Grayscale: #6C6C6C. Windows color (decimal): -5948707 or 14498469. OLE color: 14498469.
HSL color Cylindrical-coordinate representation of color #A53ADD: hue angle of 279.39º 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 #A53ADD is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 58 | 221 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.13 |
| HSL | 279.39º | 0.71% | 0.55% | - |
| HSV(B) | 279.39º | 0.74% | 0.87% | - |
| XYZ | 30.08 | 16.25 | 69.96 | - |
| YUV | 108.58 | 191.45 | 168.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 58 | 221 | 0.25 | 0.74 | 0 | 0.13 | 279.39 | 0.71 | 0.55 |
| Hex | A5 | 3A | DD | 19 | 4A | 0 | D | 117 | 47 | 37 |
| Octal | 245 | 72 | 335 | 31 | 112 | 0 | 15 | 427 | 107 | 67 |
| Binary | 10100101 | 111010 | 11011101 | 11001 | 1001010 | 0 | 1101 | 100010111 | 1000111 | 110111 |
Color Harmonies of #A53ADD
Complementary color
Monochromatic Colors of #A53ADD
Black with #A53ADD
Text Example
Text Example
White with #A53ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53ADD; }
p { color: rgb(165,58,221); }
H1.HeaderClassName
{
color: #A53ADD;
}
.AnyTagClassName
{
color: #A53ADD;
}
</style>
background-color css
<style>
a { background-color: #A53ADD; }
a { background-color: rgb(165,58,221); }
div.DivClassName
{
background-color: #A53ADD;
}
.BgClassName
{
background-color: #A53ADD;
}
</style>
border-color css
<style>
span { border-color: #A53ADD; }
span { border-color: rgb(165,58,221); }
td.TdClassName
{
border-color: #A53ADD;
}
.TagClassName
{
border-color: #A53ADD;
}
</style>