Shades of Dark Orchid #A53BDA
Tints of Dark Orchid #A53BDA
RGB
CMYK
RGB Variations
Color information
#A53BDA (or 0xA53BDA) is known color: Dark Orchid. HEX triplet: A5, 3B and DA. RGB value is (165,59,218). Sum of RGB (Red+Green+Blue) = 165+59+218=442 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.33% from 442); Green value is 59 (23.44% from 255 or 13.35% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #A53BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53BDA is #5AC425. Grayscale: #6C6C6C. Windows color (decimal): -5948454 or 14302117. OLE color: 14302117.
HSL color Cylindrical-coordinate representation of color #A53BDA: hue angle of 280º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A53BDA is Cyan = 0.24, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 165 | 59 | 218 | - |
| CMYK | 0.24 | 0.73 | 0 | 0.15 |
| HSL | 280º | 0.68% | 0.54% | - |
| HSV(B) | 280º | 0.73% | 0.85% | - |
| XYZ | 29.74 | 16.19 | 67.89 | - |
| YUV | 108.82 | 189.62 | 168.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 59 | 218 | 0.24 | 0.73 | 0 | 0.15 | 280 | 0.68 | 0.54 |
| Hex | A5 | 3B | DA | 18 | 49 | 0 | F | 118 | 44 | 36 |
| Octal | 245 | 73 | 332 | 30 | 111 | 0 | 17 | 430 | 104 | 66 |
| Binary | 10100101 | 111011 | 11011010 | 11000 | 1001001 | 0 | 1111 | 100011000 | 1000100 | 110110 |
Color Harmonies of #A53BDA
Complementary color
Monochromatic Colors of #A53BDA
Black with #A53BDA
Text Example
Text Example
White with #A53BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53BDA; }
p { color: rgb(165,59,218); }
H1.HeaderClassName
{
color: #A53BDA;
}
.AnyTagClassName
{
color: #A53BDA;
}
</style>
background-color css
<style>
a { background-color: #A53BDA; }
a { background-color: rgb(165,59,218); }
div.DivClassName
{
background-color: #A53BDA;
}
.BgClassName
{
background-color: #A53BDA;
}
</style>
border-color css
<style>
span { border-color: #A53BDA; }
span { border-color: rgb(165,59,218); }
td.TdClassName
{
border-color: #A53BDA;
}
.TagClassName
{
border-color: #A53BDA;
}
</style>