Shades of Dark Orchid #A53CE9
Tints of Dark Orchid #A53CE9
RGB
CMYK
RGB Variations
Color information
#A53CE9 (or 0xA53CE9) is known color: Dark Orchid. HEX triplet: A5, 3C and E9. RGB value is (165,60,233). Sum of RGB (Red+Green+Blue) = 165+60+233=458 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.03% from 458); Green value is 60 (23.83% from 255 or 13.10% from 458); Blue value is 233 (91.41% from 255 or 50.87% from 458); Max value from RGB is 233 - color contains mainly: blue. Hex color #A53CE9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53CE9 is #5AC316. Grayscale: #6E6E6E. Windows color (decimal): -5948183 or 15285413. OLE color: 15285413.
HSL color Cylindrical-coordinate representation of color #A53CE9: hue angle of 276.42º degrees, saturation: 0.8, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A53CE9 is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 60 | 233 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.09 |
| HSL | 276.42º | 0.8% | 0.57% | - |
| HSV(B) | 276.42º | 0.74% | 0.91% | - |
| XYZ | 31.84 | 17.11 | 78.72 | - |
| YUV | 111.12 | 196.79 | 166.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 60 | 233 | 0.29 | 0.74 | 0 | 0.09 | 276.42 | 0.8 | 0.57 |
| Hex | A5 | 3C | E9 | 1D | 4A | 0 | 9 | 114 | 50 | 39 |
| Octal | 245 | 74 | 351 | 35 | 112 | 0 | 11 | 424 | 120 | 71 |
| Binary | 10100101 | 111100 | 11101001 | 11101 | 1001010 | 0 | 1001 | 100010100 | 1010000 | 111001 |
Color Harmonies of #A53CE9
Complementary color
Monochromatic Colors of #A53CE9
Black with #A53CE9
Text Example
Text Example
White with #A53CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53CE9; }
p { color: rgb(165,60,233); }
H1.HeaderClassName
{
color: #A53CE9;
}
.AnyTagClassName
{
color: #A53CE9;
}
</style>
background-color css
<style>
a { background-color: #A53CE9; }
a { background-color: rgb(165,60,233); }
div.DivClassName
{
background-color: #A53CE9;
}
.BgClassName
{
background-color: #A53CE9;
}
</style>
border-color css
<style>
span { border-color: #A53CE9; }
span { border-color: rgb(165,60,233); }
td.TdClassName
{
border-color: #A53CE9;
}
.TagClassName
{
border-color: #A53CE9;
}
</style>