Shades of Medium Orchid #A549DD
Tints of Medium Orchid #A549DD
RGB
CMYK
RGB Variations
Color information
#A549DD (or 0xA549DD) is known color: Medium Orchid. HEX triplet: A5, 49 and DD. RGB value is (165,73,221). Sum of RGB (Red+Green+Blue) = 165+73+221=459 (60% of max value = 765). Red value is 165 (64.84% from 255 or 35.95% from 459); Green value is 73 (28.91% from 255 or 15.90% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #A549DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A549DD is #5AB622. Grayscale: #747474. Windows color (decimal): -5944867 or 14502309. OLE color: 14502309.
HSL color Cylindrical-coordinate representation of color #A549DD: hue angle of 277.3º degrees, saturation: 0.69, 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 #A549DD is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 165 | 73 | 221 | - |
| CMYK | 0.25 | 0.67 | 0 | 0.13 |
| HSL | 277.3º | 0.69% | 0.58% | - |
| HSV(B) | 277.3º | 0.67% | 0.87% | - |
| XYZ | 30.95 | 17.98 | 70.25 | - |
| YUV | 117.38 | 186.48 | 161.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 73 | 221 | 0.25 | 0.67 | 0 | 0.13 | 277.3 | 0.69 | 0.58 |
| Hex | A5 | 49 | DD | 19 | 43 | 0 | D | 115 | 45 | 3A |
| Octal | 245 | 111 | 335 | 31 | 103 | 0 | 15 | 425 | 105 | 72 |
| Binary | 10100101 | 1001001 | 11011101 | 11001 | 1000011 | 0 | 1101 | 100010101 | 1000101 | 111010 |
Color Harmonies of #A549DD
Complementary color
Monochromatic Colors of #A549DD
Black with #A549DD
Text Example
Text Example
White with #A549DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A549DD; }
p { color: rgb(165,73,221); }
H1.HeaderClassName
{
color: #A549DD;
}
.AnyTagClassName
{
color: #A549DD;
}
</style>
background-color css
<style>
a { background-color: #A549DD; }
a { background-color: rgb(165,73,221); }
div.DivClassName
{
background-color: #A549DD;
}
.BgClassName
{
background-color: #A549DD;
}
</style>
border-color css
<style>
span { border-color: #A549DD; }
span { border-color: rgb(165,73,221); }
td.TdClassName
{
border-color: #A549DD;
}
.TagClassName
{
border-color: #A549DD;
}
</style>