Shades of Dark Orchid #A53AD3
Tints of Dark Orchid #A53AD3
RGB
CMYK
RGB Variations
Color information
#A53AD3 (or 0xA53AD3) is known color: Dark Orchid. HEX triplet: A5, 3A and D3. RGB value is (165,58,211). Sum of RGB (Red+Green+Blue) = 165+58+211=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 58 (23.05% from 255 or 13.36% from 434); Blue value is 211 (82.81% from 255 or 48.62% from 434); Max value from RGB is 211 - color contains mainly: blue. Hex color #A53AD3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53AD3 is #5AC52C. Grayscale: #6A6A6A. Windows color (decimal): -5948717 or 13843109. OLE color: 13843109.
HSL color Cylindrical-coordinate representation of color #A53AD3: hue angle of 281.96º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A53AD3 is Cyan = 0.22, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 165 | 58 | 211 | - |
| CMYK | 0.22 | 0.73 | 0 | 0.17 |
| HSL | 281.96º | 0.63% | 0.53% | - |
| HSV(B) | 281.96º | 0.73% | 0.83% | - |
| XYZ | 28.79 | 15.73 | 63.15 | - |
| YUV | 107.44 | 186.45 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 58 | 211 | 0.22 | 0.73 | 0 | 0.17 | 281.96 | 0.63 | 0.53 |
| Hex | A5 | 3A | D3 | 16 | 49 | 0 | 11 | 11A | 3F | 35 |
| Octal | 245 | 72 | 323 | 26 | 111 | 0 | 21 | 432 | 77 | 65 |
| Binary | 10100101 | 111010 | 11010011 | 10110 | 1001001 | 0 | 10001 | 100011010 | 111111 | 110101 |
Color Harmonies of #A53AD3
Complementary color
Monochromatic Colors of #A53AD3
Black with #A53AD3
Text Example
Text Example
White with #A53AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53AD3; }
p { color: rgb(165,58,211); }
H1.HeaderClassName
{
color: #A53AD3;
}
.AnyTagClassName
{
color: #A53AD3;
}
</style>
background-color css
<style>
a { background-color: #A53AD3; }
a { background-color: rgb(165,58,211); }
div.DivClassName
{
background-color: #A53AD3;
}
.BgClassName
{
background-color: #A53AD3;
}
</style>
border-color css
<style>
span { border-color: #A53AD3; }
span { border-color: rgb(165,58,211); }
td.TdClassName
{
border-color: #A53AD3;
}
.TagClassName
{
border-color: #A53AD3;
}
</style>