Shades of Dark Orchid #A53ABC
Tints of Dark Orchid #A53ABC
RGB
CMYK
RGB Variations
Color information
#A53ABC (or 0xA53ABC) is known color: Dark Orchid. HEX triplet: A5, 3A and BC. RGB value is (165,58,188). Sum of RGB (Red+Green+Blue) = 165+58+188=411 (54% of max value = 765). Red value is 165 (64.84% from 255 or 40.15% from 411); Green value is 58 (23.05% from 255 or 14.11% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #A53ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53ABC is #5AC543. Grayscale: #686868. Windows color (decimal): -5948740 or 12335781. OLE color: 12335781.
HSL color Cylindrical-coordinate representation of color #A53ABC: hue angle of 289.38º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A53ABC is Cyan = 0.12, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 165 | 58 | 188 | - |
| CMYK | 0.12 | 0.69 | 0 | 0.26 |
| HSL | 289.38º | 0.53% | 0.48% | - |
| HSV(B) | 289.38º | 0.69% | 0.74% | - |
| XYZ | 26.11 | 14.66 | 49.03 | - |
| YUV | 104.81 | 174.95 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 58 | 188 | 0.12 | 0.69 | 0 | 0.26 | 289.38 | 0.53 | 0.48 |
| Hex | A5 | 3A | BC | C | 45 | 0 | 1A | 121 | 35 | 30 |
| Octal | 245 | 72 | 274 | 14 | 105 | 0 | 32 | 441 | 65 | 60 |
| Binary | 10100101 | 111010 | 10111100 | 1100 | 1000101 | 0 | 11010 | 100100001 | 110101 | 110000 |
Color Harmonies of #A53ABC
Complementary color
Monochromatic Colors of #A53ABC
Black with #A53ABC
Text Example
Text Example
White with #A53ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53ABC; }
p { color: rgb(165,58,188); }
H1.HeaderClassName
{
color: #A53ABC;
}
.AnyTagClassName
{
color: #A53ABC;
}
</style>
background-color css
<style>
a { background-color: #A53ABC; }
a { background-color: rgb(165,58,188); }
div.DivClassName
{
background-color: #A53ABC;
}
.BgClassName
{
background-color: #A53ABC;
}
</style>
border-color css
<style>
span { border-color: #A53ABC; }
span { border-color: rgb(165,58,188); }
td.TdClassName
{
border-color: #A53ABC;
}
.TagClassName
{
border-color: #A53ABC;
}
</style>