Shades of Medium Orchid #A54BD6
Tints of Medium Orchid #A54BD6
RGB
CMYK
RGB Variations
Color information
#A54BD6 (or 0xA54BD6) is known color: Medium Orchid. HEX triplet: A5, 4B and D6. RGB value is (165,75,214). Sum of RGB (Red+Green+Blue) = 165+75+214=454 (60% of max value = 765). Red value is 165 (64.84% from 255 or 36.34% from 454); Green value is 75 (29.69% from 255 or 16.52% from 454); Blue value is 214 (83.98% from 255 or 47.14% from 454); Max value from RGB is 214 - color contains mainly: blue. Hex color #A54BD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A54BD6 is #5AB429. Grayscale: #757575. Windows color (decimal): -5944362 or 14044069. OLE color: 14044069.
HSL color Cylindrical-coordinate representation of color #A54BD6: hue angle of 278.85º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A54BD6 is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 75 | 214 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.16 |
| HSL | 278.85º | 0.63% | 0.57% | - |
| HSV(B) | 278.85º | 0.65% | 0.84% | - |
| XYZ | 30.17 | 17.89 | 65.48 | - |
| YUV | 117.76 | 182.32 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 75 | 214 | 0.23 | 0.65 | 0 | 0.16 | 278.85 | 0.63 | 0.57 |
| Hex | A5 | 4B | D6 | 17 | 41 | 0 | 10 | 117 | 3F | 39 |
| Octal | 245 | 113 | 326 | 27 | 101 | 0 | 20 | 427 | 77 | 71 |
| Binary | 10100101 | 1001011 | 11010110 | 10111 | 1000001 | 0 | 10000 | 100010111 | 111111 | 111001 |
Color Harmonies of #A54BD6
Complementary color
Monochromatic Colors of #A54BD6
Black with #A54BD6
Text Example
Text Example
White with #A54BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54BD6; }
p { color: rgb(165,75,214); }
H1.HeaderClassName
{
color: #A54BD6;
}
.AnyTagClassName
{
color: #A54BD6;
}
</style>
background-color css
<style>
a { background-color: #A54BD6; }
a { background-color: rgb(165,75,214); }
div.DivClassName
{
background-color: #A54BD6;
}
.BgClassName
{
background-color: #A54BD6;
}
</style>
border-color css
<style>
span { border-color: #A54BD6; }
span { border-color: rgb(165,75,214); }
td.TdClassName
{
border-color: #A54BD6;
}
.TagClassName
{
border-color: #A54BD6;
}
</style>