Shades of Dark Orchid #A53BE8
Tints of Dark Orchid #A53BE8
RGB
CMYK
RGB Variations
Color information
#A53BE8 (or 0xA53BE8) is known color: Dark Orchid. HEX triplet: A5, 3B and E8. RGB value is (165,59,232). Sum of RGB (Red+Green+Blue) = 165+59+232=456 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.18% from 456); Green value is 59 (23.44% from 255 or 12.94% from 456); Blue value is 232 (91.02% from 255 or 50.88% from 456); Max value from RGB is 232 - color contains mainly: blue. Hex color #A53BE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A53BE8 is #5AC417. Grayscale: #6D6D6D. Windows color (decimal): -5948440 or 15219621. OLE color: 15219621.
HSL color Cylindrical-coordinate representation of color #A53BE8: hue angle of 276.76º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A53BE8 is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 59 | 232 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.09 |
| HSL | 276.76º | 0.79% | 0.57% | - |
| HSV(B) | 276.76º | 0.75% | 0.91% | - |
| XYZ | 31.65 | 16.95 | 77.95 | - |
| YUV | 110.42 | 196.62 | 166.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 59 | 232 | 0.29 | 0.75 | 0 | 0.09 | 276.76 | 0.79 | 0.57 |
| Hex | A5 | 3B | E8 | 1D | 4B | 0 | 9 | 115 | 4F | 39 |
| Octal | 245 | 73 | 350 | 35 | 113 | 0 | 11 | 425 | 117 | 71 |
| Binary | 10100101 | 111011 | 11101000 | 11101 | 1001011 | 0 | 1001 | 100010101 | 1001111 | 111001 |
Color Harmonies of #A53BE8
Complementary color
Monochromatic Colors of #A53BE8
Black with #A53BE8
Text Example
Text Example
White with #A53BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53BE8; }
p { color: rgb(165,59,232); }
H1.HeaderClassName
{
color: #A53BE8;
}
.AnyTagClassName
{
color: #A53BE8;
}
</style>
background-color css
<style>
a { background-color: #A53BE8; }
a { background-color: rgb(165,59,232); }
div.DivClassName
{
background-color: #A53BE8;
}
.BgClassName
{
background-color: #A53BE8;
}
</style>
border-color css
<style>
span { border-color: #A53BE8; }
span { border-color: rgb(165,59,232); }
td.TdClassName
{
border-color: #A53BE8;
}
.TagClassName
{
border-color: #A53BE8;
}
</style>