Shades of Medium Orchid #A54DDF
Tints of Medium Orchid #A54DDF
RGB
CMYK
RGB Variations
Color information
#A54DDF (or 0xA54DDF) is known color: Medium Orchid. HEX triplet: A5, 4D and DF. RGB value is (165,77,223). Sum of RGB (Red+Green+Blue) = 165+77+223=465 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.48% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #A54DDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A54DDF is #5AB220. Grayscale: #777777. Windows color (decimal): -5943841 or 14634405. OLE color: 14634405.
HSL color Cylindrical-coordinate representation of color #A54DDF: hue angle of 276.16º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A54DDF is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 77 | 223 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.13 |
| HSL | 276.16º | 0.7% | 0.59% | - |
| HSV(B) | 276.16º | 0.65% | 0.87% | - |
| XYZ | 31.49 | 18.63 | 71.75 | - |
| YUV | 119.96 | 186.15 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 77 | 223 | 0.26 | 0.65 | 0 | 0.13 | 276.16 | 0.7 | 0.59 |
| Hex | A5 | 4D | DF | 1A | 41 | 0 | D | 114 | 46 | 3B |
| Octal | 245 | 115 | 337 | 32 | 101 | 0 | 15 | 424 | 106 | 73 |
| Binary | 10100101 | 1001101 | 11011111 | 11010 | 1000001 | 0 | 1101 | 100010100 | 1000110 | 111011 |
Color Harmonies of #A54DDF
Complementary color
Monochromatic Colors of #A54DDF
Black with #A54DDF
Text Example
Text Example
White with #A54DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A54DDF; }
p { color: rgb(165,77,223); }
H1.HeaderClassName
{
color: #A54DDF;
}
.AnyTagClassName
{
color: #A54DDF;
}
</style>
background-color css
<style>
a { background-color: #A54DDF; }
a { background-color: rgb(165,77,223); }
div.DivClassName
{
background-color: #A54DDF;
}
.BgClassName
{
background-color: #A54DDF;
}
</style>
border-color css
<style>
span { border-color: #A54DDF; }
span { border-color: rgb(165,77,223); }
td.TdClassName
{
border-color: #A54DDF;
}
.TagClassName
{
border-color: #A54DDF;
}
</style>