Shades of Medium Orchid #A54DDB
Tints of Medium Orchid #A54DDB
RGB
CMYK
RGB Variations
Color information
#A54DDB (or 0xA54DDB) is known color: Medium Orchid. HEX triplet: A5, 4D and DB. RGB value is (165,77,219). Sum of RGB (Red+Green+Blue) = 165+77+219=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 77 (30.47% from 255 or 16.70% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #A54DDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54DDB is #5AB224. Grayscale: #777777. Windows color (decimal): -5943845 or 14372261. OLE color: 14372261.
HSL color Cylindrical-coordinate representation of color #A54DDB: hue angle of 277.18º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A54DDB is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 77 | 219 | - |
| CMYK | 0.25 | 0.65 | 0 | 0.14 |
| HSL | 277.18º | 0.66% | 0.58% | - |
| HSV(B) | 277.18º | 0.65% | 0.86% | - |
| XYZ | 30.96 | 18.42 | 68.94 | - |
| YUV | 119.5 | 184.15 | 160.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 77 | 219 | 0.25 | 0.65 | 0 | 0.14 | 277.18 | 0.66 | 0.58 |
| Hex | A5 | 4D | DB | 19 | 41 | 0 | E | 115 | 42 | 3A |
| Octal | 245 | 115 | 333 | 31 | 101 | 0 | 16 | 425 | 102 | 72 |
| Binary | 10100101 | 1001101 | 11011011 | 11001 | 1000001 | 0 | 1110 | 100010101 | 1000010 | 111010 |
Color Harmonies of #A54DDB
Complementary color
Monochromatic Colors of #A54DDB
Black with #A54DDB
Text Example
Text Example
White with #A54DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54DDB; }
p { color: rgb(165,77,219); }
H1.HeaderClassName
{
color: #A54DDB;
}
.AnyTagClassName
{
color: #A54DDB;
}
</style>
background-color css
<style>
a { background-color: #A54DDB; }
a { background-color: rgb(165,77,219); }
div.DivClassName
{
background-color: #A54DDB;
}
.BgClassName
{
background-color: #A54DDB;
}
</style>
border-color css
<style>
span { border-color: #A54DDB; }
span { border-color: rgb(165,77,219); }
td.TdClassName
{
border-color: #A54DDB;
}
.TagClassName
{
border-color: #A54DDB;
}
</style>