Shades of Dark Orchid #A53CDB
Tints of Dark Orchid #A53CDB
RGB
CMYK
RGB Variations
Color information
#A53CDB (or 0xA53CDB) is known color: Dark Orchid. HEX triplet: A5, 3C and DB. RGB value is (165,60,219). Sum of RGB (Red+Green+Blue) = 165+60+219=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 60 (23.83% from 255 or 13.51% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #A53CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A53CDB is #5AC324. Grayscale: #6C6C6C. Windows color (decimal): -5948197 or 14367909. OLE color: 14367909.
HSL color Cylindrical-coordinate representation of color #A53CDB: hue angle of 279.62º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A53CDB is Cyan = 0.25, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 60 | 219 | - |
| CMYK | 0.25 | 0.73 | 0 | 0.14 |
| HSL | 279.62º | 0.69% | 0.55% | - |
| HSV(B) | 279.62º | 0.73% | 0.86% | - |
| XYZ | 29.92 | 16.35 | 68.6 | - |
| YUV | 109.52 | 189.79 | 167.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 60 | 219 | 0.25 | 0.73 | 0 | 0.14 | 279.62 | 0.69 | 0.55 |
| Hex | A5 | 3C | DB | 19 | 49 | 0 | E | 118 | 45 | 37 |
| Octal | 245 | 74 | 333 | 31 | 111 | 0 | 16 | 430 | 105 | 67 |
| Binary | 10100101 | 111100 | 11011011 | 11001 | 1001001 | 0 | 1110 | 100011000 | 1000101 | 110111 |
Color Harmonies of #A53CDB
Complementary color
Monochromatic Colors of #A53CDB
Black with #A53CDB
Text Example
Text Example
White with #A53CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A53CDB; }
p { color: rgb(165,60,219); }
H1.HeaderClassName
{
color: #A53CDB;
}
.AnyTagClassName
{
color: #A53CDB;
}
</style>
background-color css
<style>
a { background-color: #A53CDB; }
a { background-color: rgb(165,60,219); }
div.DivClassName
{
background-color: #A53CDB;
}
.BgClassName
{
background-color: #A53CDB;
}
</style>
border-color css
<style>
span { border-color: #A53CDB; }
span { border-color: rgb(165,60,219); }
td.TdClassName
{
border-color: #A53CDB;
}
.TagClassName
{
border-color: #A53CDB;
}
</style>