Shades of Dark Orchid #A53AC5
Tints of Dark Orchid #A53AC5
RGB
CMYK
RGB Variations
Color information
#A53AC5 (or 0xA53AC5) is known color: Dark Orchid. HEX triplet: A5, 3A and C5. RGB value is (165,58,197). Sum of RGB (Red+Green+Blue) = 165+58+197=420 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.29% from 420); Green value is 58 (23.05% from 255 or 13.81% from 420); Blue value is 197 (77.34% from 255 or 46.90% from 420); Max value from RGB is 197 - color contains mainly: blue. Hex color #A53AC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53AC5 is #5AC53A. Grayscale: #696969. Windows color (decimal): -5948731 or 12925605. OLE color: 12925605.
HSL color Cylindrical-coordinate representation of color #A53AC5: hue angle of 286.19º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A53AC5 is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 165 | 58 | 197 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.23 |
| HSL | 286.19º | 0.55% | 0.5% | - |
| HSV(B) | 286.19º | 0.71% | 0.77% | - |
| XYZ | 27.11 | 15.06 | 54.3 | - |
| YUV | 105.84 | 179.45 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 58 | 197 | 0.16 | 0.71 | 0 | 0.23 | 286.19 | 0.55 | 0.5 |
| Hex | A5 | 3A | C5 | 10 | 47 | 0 | 17 | 11E | 37 | 32 |
| Octal | 245 | 72 | 305 | 20 | 107 | 0 | 27 | 436 | 67 | 62 |
| Binary | 10100101 | 111010 | 11000101 | 10000 | 1000111 | 0 | 10111 | 100011110 | 110111 | 110010 |
Color Harmonies of #A53AC5
Complementary color
Monochromatic Colors of #A53AC5
Black with #A53AC5
Text Example
Text Example
White with #A53AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53AC5; }
p { color: rgb(165,58,197); }
H1.HeaderClassName
{
color: #A53AC5;
}
.AnyTagClassName
{
color: #A53AC5;
}
</style>
background-color css
<style>
a { background-color: #A53AC5; }
a { background-color: rgb(165,58,197); }
div.DivClassName
{
background-color: #A53AC5;
}
.BgClassName
{
background-color: #A53AC5;
}
</style>
border-color css
<style>
span { border-color: #A53AC5; }
span { border-color: rgb(165,58,197); }
td.TdClassName
{
border-color: #A53AC5;
}
.TagClassName
{
border-color: #A53AC5;
}
</style>