Shades of Dark Orchid #A53AD5
Tints of Dark Orchid #A53AD5
RGB
CMYK
RGB Variations
Color information
#A53AD5 (or 0xA53AD5) is known color: Dark Orchid. HEX triplet: A5, 3A and D5. RGB value is (165,58,213). Sum of RGB (Red+Green+Blue) = 165+58+213=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 58 (23.05% from 255 or 13.30% from 436); Blue value is 213 (83.59% from 255 or 48.85% from 436); Max value from RGB is 213 - color contains mainly: blue. Hex color #A53AD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53AD5 is #5AC52A. Grayscale: #6B6B6B. Windows color (decimal): -5948715 or 13974181. OLE color: 13974181.
HSL color Cylindrical-coordinate representation of color #A53AD5: hue angle of 281.42º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A53AD5 is Cyan = 0.23, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 58 | 213 | - |
| CMYK | 0.23 | 0.73 | 0 | 0.16 |
| HSL | 281.42º | 0.65% | 0.53% | - |
| HSV(B) | 281.42º | 0.73% | 0.84% | - |
| XYZ | 29.04 | 15.83 | 64.48 | - |
| YUV | 107.66 | 187.45 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 58 | 213 | 0.23 | 0.73 | 0 | 0.16 | 281.42 | 0.65 | 0.53 |
| Hex | A5 | 3A | D5 | 17 | 49 | 0 | 10 | 119 | 41 | 35 |
| Octal | 245 | 72 | 325 | 27 | 111 | 0 | 20 | 431 | 101 | 65 |
| Binary | 10100101 | 111010 | 11010101 | 10111 | 1001001 | 0 | 10000 | 100011001 | 1000001 | 110101 |
Color Harmonies of #A53AD5
Complementary color
Monochromatic Colors of #A53AD5
Black with #A53AD5
Text Example
Text Example
White with #A53AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53AD5; }
p { color: rgb(165,58,213); }
H1.HeaderClassName
{
color: #A53AD5;
}
.AnyTagClassName
{
color: #A53AD5;
}
</style>
background-color css
<style>
a { background-color: #A53AD5; }
a { background-color: rgb(165,58,213); }
div.DivClassName
{
background-color: #A53AD5;
}
.BgClassName
{
background-color: #A53AD5;
}
</style>
border-color css
<style>
span { border-color: #A53AD5; }
span { border-color: rgb(165,58,213); }
td.TdClassName
{
border-color: #A53AD5;
}
.TagClassName
{
border-color: #A53AD5;
}
</style>