Shades of Dark Orchid #A53FDB
Tints of Dark Orchid #A53FDB
RGB
CMYK
RGB Variations
Color information
#A53FDB (or 0xA53FDB) is known color: Dark Orchid. HEX triplet: A5, 3F and DB. RGB value is (165,63,219). Sum of RGB (Red+Green+Blue) = 165+63+219=447 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.91% from 447); Green value is 63 (25% from 255 or 14.09% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #A53FDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53FDB is #5AC024. Grayscale: #6E6E6E. Windows color (decimal): -5947429 or 14368677. OLE color: 14368677.
HSL color Cylindrical-coordinate representation of color #A53FDB: hue angle of 279.23º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A53FDB is Cyan = 0.25, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 63 | 219 | - |
| CMYK | 0.25 | 0.71 | 0 | 0.14 |
| HSL | 279.23º | 0.68% | 0.55% | - |
| HSV(B) | 279.23º | 0.71% | 0.86% | - |
| XYZ | 30.08 | 16.67 | 68.65 | - |
| YUV | 111.28 | 188.79 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 63 | 219 | 0.25 | 0.71 | 0 | 0.14 | 279.23 | 0.68 | 0.55 |
| Hex | A5 | 3F | DB | 19 | 47 | 0 | E | 117 | 44 | 37 |
| Octal | 245 | 77 | 333 | 31 | 107 | 0 | 16 | 427 | 104 | 67 |
| Binary | 10100101 | 111111 | 11011011 | 11001 | 1000111 | 0 | 1110 | 100010111 | 1000100 | 110111 |
Color Harmonies of #A53FDB
Complementary color
Monochromatic Colors of #A53FDB
Black with #A53FDB
Text Example
Text Example
White with #A53FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53FDB; }
p { color: rgb(165,63,219); }
H1.HeaderClassName
{
color: #A53FDB;
}
.AnyTagClassName
{
color: #A53FDB;
}
</style>
background-color css
<style>
a { background-color: #A53FDB; }
a { background-color: rgb(165,63,219); }
div.DivClassName
{
background-color: #A53FDB;
}
.BgClassName
{
background-color: #A53FDB;
}
</style>
border-color css
<style>
span { border-color: #A53FDB; }
span { border-color: rgb(165,63,219); }
td.TdClassName
{
border-color: #A53FDB;
}
.TagClassName
{
border-color: #A53FDB;
}
</style>