Shades of Dark Orchid #A53AB2
Tints of Dark Orchid #A53AB2
RGB
CMYK
RGB Variations
Color information
#A53AB2 (or 0xA53AB2) is known color: Dark Orchid. HEX triplet: A5, 3A and B2. RGB value is (165,58,178). Sum of RGB (Red+Green+Blue) = 165+58+178=401 (53% of max value = 765). Red value is 165 (64.84% from 255 or 41.15% from 401); Green value is 58 (23.05% from 255 or 14.46% from 401); Blue value is 178 (69.92% from 255 or 44.39% from 401); Max value from RGB is 178 - color contains mainly: blue. Hex color #A53AB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A53AB2 is #5AC54D. Grayscale: #676767. Windows color (decimal): -5948750 or 11680421. OLE color: 11680421.
HSL color Cylindrical-coordinate representation of color #A53AB2: hue angle of 293.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A53AB2 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 165 | 58 | 178 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.30 |
| HSL | 293.5º | 0.51% | 0.46% | - |
| HSV(B) | 293.5º | 0.67% | 0.7% | - |
| XYZ | 25.07 | 14.24 | 43.55 | - |
| YUV | 103.67 | 169.95 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 58 | 178 | 0.07 | 0.67 | 0 | 0.30 | 293.5 | 0.51 | 0.46 |
| Hex | A5 | 3A | B2 | 7 | 43 | 0 | 1E | 126 | 33 | 2E |
| Octal | 245 | 72 | 262 | 7 | 103 | 0 | 36 | 446 | 63 | 56 |
| Binary | 10100101 | 111010 | 10110010 | 111 | 1000011 | 0 | 11110 | 100100110 | 110011 | 101110 |
Color Harmonies of #A53AB2
Complementary color
Monochromatic Colors of #A53AB2
Black with #A53AB2
Text Example
Text Example
White with #A53AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53AB2; }
p { color: rgb(165,58,178); }
H1.HeaderClassName
{
color: #A53AB2;
}
.AnyTagClassName
{
color: #A53AB2;
}
</style>
background-color css
<style>
a { background-color: #A53AB2; }
a { background-color: rgb(165,58,178); }
div.DivClassName
{
background-color: #A53AB2;
}
.BgClassName
{
background-color: #A53AB2;
}
</style>
border-color css
<style>
span { border-color: #A53AB2; }
span { border-color: rgb(165,58,178); }
td.TdClassName
{
border-color: #A53AB2;
}
.TagClassName
{
border-color: #A53AB2;
}
</style>