Shades of Medium Orchid #A549ED
Tints of Medium Orchid #A549ED
RGB
CMYK
RGB Variations
Color information
#A549ED (or 0xA549ED) is known color: Medium Orchid. HEX triplet: A5, 49 and ED. RGB value is (165,73,237). Sum of RGB (Red+Green+Blue) = 165+73+237=475 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.74% from 475); Green value is 73 (28.91% from 255 or 15.37% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #A549ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A549ED is #5AB612. Grayscale: #767676. Windows color (decimal): -5944851 or 15550885. OLE color: 15550885.
HSL color Cylindrical-coordinate representation of color #A549ED: hue angle of 273.66º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A549ED is Cyan = 0.30, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 73 | 237 | - |
| CMYK | 0.30 | 0.69 | 0 | 0.07 |
| HSL | 273.66º | 0.82% | 0.61% | - |
| HSV(B) | 273.66º | 0.69% | 0.93% | - |
| XYZ | 33.19 | 18.88 | 82.02 | - |
| YUV | 119.2 | 194.48 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 73 | 237 | 0.30 | 0.69 | 0 | 0.07 | 273.66 | 0.82 | 0.61 |
| Hex | A5 | 49 | ED | 1E | 45 | 0 | 7 | 112 | 52 | 3D |
| Octal | 245 | 111 | 355 | 36 | 105 | 0 | 7 | 422 | 122 | 75 |
| Binary | 10100101 | 1001001 | 11101101 | 11110 | 1000101 | 0 | 111 | 100010010 | 1010010 | 111101 |
Color Harmonies of #A549ED
Complementary color
Monochromatic Colors of #A549ED
Black with #A549ED
Text Example
Text Example
White with #A549ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A549ED; }
p { color: rgb(165,73,237); }
H1.HeaderClassName
{
color: #A549ED;
}
.AnyTagClassName
{
color: #A549ED;
}
</style>
background-color css
<style>
a { background-color: #A549ED; }
a { background-color: rgb(165,73,237); }
div.DivClassName
{
background-color: #A549ED;
}
.BgClassName
{
background-color: #A549ED;
}
</style>
border-color css
<style>
span { border-color: #A549ED; }
span { border-color: rgb(165,73,237); }
td.TdClassName
{
border-color: #A549ED;
}
.TagClassName
{
border-color: #A549ED;
}
</style>