Shades of Dark Orchid #A53AB5
Tints of Dark Orchid #A53AB5
RGB
CMYK
RGB Variations
Color information
#A53AB5 (or 0xA53AB5) is known color: Dark Orchid. HEX triplet: A5, 3A and B5. RGB value is (165,58,181). Sum of RGB (Red+Green+Blue) = 165+58+181=404 (53% of max value = 765). Red value is 165 (64.84% from 255 or 40.84% from 404); Green value is 58 (23.05% from 255 or 14.36% from 404); Blue value is 181 (71.09% from 255 or 44.80% from 404); Max value from RGB is 181 - color contains mainly: blue. Hex color #A53AB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53AB5 is #5AC54A. Grayscale: #676767. Windows color (decimal): -5948747 or 11877029. OLE color: 11877029.
HSL color Cylindrical-coordinate representation of color #A53AB5: hue angle of 292.2º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A53AB5 is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 165 | 58 | 181 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.29 |
| HSL | 292.2º | 0.51% | 0.47% | - |
| HSV(B) | 292.2º | 0.68% | 0.71% | - |
| XYZ | 25.37 | 14.36 | 45.15 | - |
| YUV | 104.02 | 171.45 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 58 | 181 | 0.09 | 0.68 | 0 | 0.29 | 292.2 | 0.51 | 0.47 |
| Hex | A5 | 3A | B5 | 9 | 44 | 0 | 1D | 124 | 33 | 2F |
| Octal | 245 | 72 | 265 | 11 | 104 | 0 | 35 | 444 | 63 | 57 |
| Binary | 10100101 | 111010 | 10110101 | 1001 | 1000100 | 0 | 11101 | 100100100 | 110011 | 101111 |
Color Harmonies of #A53AB5
Complementary color
Monochromatic Colors of #A53AB5
Black with #A53AB5
Text Example
Text Example
White with #A53AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53AB5; }
p { color: rgb(165,58,181); }
H1.HeaderClassName
{
color: #A53AB5;
}
.AnyTagClassName
{
color: #A53AB5;
}
</style>
background-color css
<style>
a { background-color: #A53AB5; }
a { background-color: rgb(165,58,181); }
div.DivClassName
{
background-color: #A53AB5;
}
.BgClassName
{
background-color: #A53AB5;
}
</style>
border-color css
<style>
span { border-color: #A53AB5; }
span { border-color: rgb(165,58,181); }
td.TdClassName
{
border-color: #A53AB5;
}
.TagClassName
{
border-color: #A53AB5;
}
</style>