Shades of Dark Orchid #A53AB3
Tints of Dark Orchid #A53AB3
RGB
CMYK
RGB Variations
Color information
#A53AB3 (or 0xA53AB3) is known color: Dark Orchid. HEX triplet: A5, 3A and B3. RGB value is (165,58,179). Sum of RGB (Red+Green+Blue) = 165+58+179=402 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.04% from 402); Green value is 58 (23.05% from 255 or 14.43% from 402); Blue value is 179 (70.31% from 255 or 44.53% from 402); Max value from RGB is 179 - color contains mainly: blue. Hex color #A53AB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53AB3 is #5AC54C. Grayscale: #676767. Windows color (decimal): -5948749 or 11745957. OLE color: 11745957.
HSL color Cylindrical-coordinate representation of color #A53AB3: hue angle of 293.06º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A53AB3 is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 58 | 179 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.30 |
| HSL | 293.06º | 0.51% | 0.46% | - |
| HSV(B) | 293.06º | 0.68% | 0.7% | - |
| XYZ | 25.17 | 14.28 | 44.08 | - |
| YUV | 103.79 | 170.45 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 58 | 179 | 0.08 | 0.68 | 0 | 0.30 | 293.06 | 0.51 | 0.46 |
| Hex | A5 | 3A | B3 | 8 | 44 | 0 | 1E | 125 | 33 | 2E |
| Octal | 245 | 72 | 263 | 10 | 104 | 0 | 36 | 445 | 63 | 56 |
| Binary | 10100101 | 111010 | 10110011 | 1000 | 1000100 | 0 | 11110 | 100100101 | 110011 | 101110 |
Color Harmonies of #A53AB3
Complementary color
Monochromatic Colors of #A53AB3
Black with #A53AB3
Text Example
Text Example
White with #A53AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53AB3; }
p { color: rgb(165,58,179); }
H1.HeaderClassName
{
color: #A53AB3;
}
.AnyTagClassName
{
color: #A53AB3;
}
</style>
background-color css
<style>
a { background-color: #A53AB3; }
a { background-color: rgb(165,58,179); }
div.DivClassName
{
background-color: #A53AB3;
}
.BgClassName
{
background-color: #A53AB3;
}
</style>
border-color css
<style>
span { border-color: #A53AB3; }
span { border-color: rgb(165,58,179); }
td.TdClassName
{
border-color: #A53AB3;
}
.TagClassName
{
border-color: #A53AB3;
}
</style>