Shades of Medium Orchid #A549DF
Tints of Medium Orchid #A549DF
RGB
CMYK
RGB Variations
Color information
#A549DF (or 0xA549DF) is known color: Medium Orchid. HEX triplet: A5, 49 and DF. RGB value is (165,73,223). Sum of RGB (Red+Green+Blue) = 165+73+223=461 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.79% from 461); Green value is 73 (28.91% from 255 or 15.84% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #A549DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A549DF is #5AB620. Grayscale: #757575. Windows color (decimal): -5944865 or 14633381. OLE color: 14633381.
HSL color Cylindrical-coordinate representation of color #A549DF: hue angle of 276.8º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A549DF is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 73 | 223 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.13 |
| HSL | 276.8º | 0.7% | 0.58% | - |
| HSV(B) | 276.8º | 0.67% | 0.87% | - |
| XYZ | 31.22 | 18.09 | 71.66 | - |
| YUV | 117.61 | 187.48 | 161.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 73 | 223 | 0.26 | 0.67 | 0 | 0.13 | 276.8 | 0.7 | 0.58 |
| Hex | A5 | 49 | DF | 1A | 43 | 0 | D | 115 | 46 | 3A |
| Octal | 245 | 111 | 337 | 32 | 103 | 0 | 15 | 425 | 106 | 72 |
| Binary | 10100101 | 1001001 | 11011111 | 11010 | 1000011 | 0 | 1101 | 100010101 | 1000110 | 111010 |
Color Harmonies of #A549DF
Complementary color
Monochromatic Colors of #A549DF
Black with #A549DF
Text Example
Text Example
White with #A549DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A549DF; }
p { color: rgb(165,73,223); }
H1.HeaderClassName
{
color: #A549DF;
}
.AnyTagClassName
{
color: #A549DF;
}
</style>
background-color css
<style>
a { background-color: #A549DF; }
a { background-color: rgb(165,73,223); }
div.DivClassName
{
background-color: #A549DF;
}
.BgClassName
{
background-color: #A549DF;
}
</style>
border-color css
<style>
span { border-color: #A549DF; }
span { border-color: rgb(165,73,223); }
td.TdClassName
{
border-color: #A549DF;
}
.TagClassName
{
border-color: #A549DF;
}
</style>