Shades of Dark Orchid #A53EDB
Tints of Dark Orchid #A53EDB
RGB
CMYK
RGB Variations
Color information
#A53EDB (or 0xA53EDB) is known color: Dark Orchid. HEX triplet: A5, 3E and DB. RGB value is (165,62,219). Sum of RGB (Red+Green+Blue) = 165+62+219=446 (59% of max value = 765). Red value is 165 (64.84% from 255 or 37.00% from 446); Green value is 62 (24.61% from 255 or 13.90% from 446); Blue value is 219 (85.94% from 255 or 49.10% from 446); Max value from RGB is 219 - color contains mainly: blue. Hex color #A53EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53EDB is #5AC124. Grayscale: #6E6E6E. Windows color (decimal): -5947685 or 14368421. OLE color: 14368421.
HSL color Cylindrical-coordinate representation of color #A53EDB: hue angle of 279.36º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A53EDB is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 62 | 219 | - |
| CMYK | 0.25 | 0.72 | 0 | 0.14 |
| HSL | 279.36º | 0.69% | 0.55% | - |
| HSV(B) | 279.36º | 0.72% | 0.86% | - |
| XYZ | 30.03 | 16.56 | 68.63 | - |
| YUV | 110.7 | 189.12 | 166.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 62 | 219 | 0.25 | 0.72 | 0 | 0.14 | 279.36 | 0.69 | 0.55 |
| Hex | A5 | 3E | DB | 19 | 48 | 0 | E | 117 | 45 | 37 |
| Octal | 245 | 76 | 333 | 31 | 110 | 0 | 16 | 427 | 105 | 67 |
| Binary | 10100101 | 111110 | 11011011 | 11001 | 1001000 | 0 | 1110 | 100010111 | 1000101 | 110111 |
Color Harmonies of #A53EDB
Complementary color
Monochromatic Colors of #A53EDB
Black with #A53EDB
Text Example
Text Example
White with #A53EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53EDB; }
p { color: rgb(165,62,219); }
H1.HeaderClassName
{
color: #A53EDB;
}
.AnyTagClassName
{
color: #A53EDB;
}
</style>
background-color css
<style>
a { background-color: #A53EDB; }
a { background-color: rgb(165,62,219); }
div.DivClassName
{
background-color: #A53EDB;
}
.BgClassName
{
background-color: #A53EDB;
}
</style>
border-color css
<style>
span { border-color: #A53EDB; }
span { border-color: rgb(165,62,219); }
td.TdClassName
{
border-color: #A53EDB;
}
.TagClassName
{
border-color: #A53EDB;
}
</style>