Shades of Medium Orchid #A54BDB
Tints of Medium Orchid #A54BDB
RGB
CMYK
RGB Variations
Color information
#A54BDB (or 0xA54BDB) is known color: Medium Orchid. HEX triplet: A5, 4B and DB. RGB value is (165,75,219). Sum of RGB (Red+Green+Blue) = 165+75+219=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 75 (29.69% from 255 or 16.34% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #A54BDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54BDB is #5AB424. Grayscale: #757575. Windows color (decimal): -5944357 or 14371749. OLE color: 14371749.
HSL color Cylindrical-coordinate representation of color #A54BDB: hue angle of 277.5º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A54BDB is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 165 | 75 | 219 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.14 |
| HSL | 277.5º | 0.67% | 0.58% | - |
| HSV(B) | 277.5º | 0.66% | 0.86% | - |
| XYZ | 30.82 | 18.15 | 68.9 | - |
| YUV | 118.33 | 184.82 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 75 | 219 | 0.25 | 0.66 | 0 | 0.14 | 277.5 | 0.67 | 0.58 |
| Hex | A5 | 4B | DB | 19 | 42 | 0 | E | 116 | 43 | 3A |
| Octal | 245 | 113 | 333 | 31 | 102 | 0 | 16 | 426 | 103 | 72 |
| Binary | 10100101 | 1001011 | 11011011 | 11001 | 1000010 | 0 | 1110 | 100010110 | 1000011 | 111010 |
Color Harmonies of #A54BDB
Complementary color
Monochromatic Colors of #A54BDB
Black with #A54BDB
Text Example
Text Example
White with #A54BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54BDB; }
p { color: rgb(165,75,219); }
H1.HeaderClassName
{
color: #A54BDB;
}
.AnyTagClassName
{
color: #A54BDB;
}
</style>
background-color css
<style>
a { background-color: #A54BDB; }
a { background-color: rgb(165,75,219); }
div.DivClassName
{
background-color: #A54BDB;
}
.BgClassName
{
background-color: #A54BDB;
}
</style>
border-color css
<style>
span { border-color: #A54BDB; }
span { border-color: rgb(165,75,219); }
td.TdClassName
{
border-color: #A54BDB;
}
.TagClassName
{
border-color: #A54BDB;
}
</style>