Shades of Medium Orchid #A550E3
Tints of Medium Orchid #A550E3
RGB
CMYK
RGB Variations
Color information
#A550E3 (or 0xA550E3) is known color: Medium Orchid. HEX triplet: A5, 50 and E3. RGB value is (165,80,227). Sum of RGB (Red+Green+Blue) = 165+80+227=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 80 (31.64% from 255 or 16.95% from 472); Blue value is 227 (89.06% from 255 or 48.09% from 472); Max value from RGB is 227 - color contains mainly: blue. Hex color #A550E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A550E3 is #5AAF1C. Grayscale: #797979. Windows color (decimal): -5943069 or 14897317. OLE color: 14897317.
HSL color Cylindrical-coordinate representation of color #A550E3: hue angle of 274.69º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A550E3 is Cyan = 0.27, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 80 | 227 | - |
| CMYK | 0.27 | 0.65 | 0 | 0.11 |
| HSL | 274.69º | 0.72% | 0.6% | - |
| HSV(B) | 274.69º | 0.65% | 0.89% | - |
| XYZ | 32.25 | 19.28 | 74.7 | - |
| YUV | 122.17 | 187.16 | 158.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 80 | 227 | 0.27 | 0.65 | 0 | 0.11 | 274.69 | 0.72 | 0.6 |
| Hex | A5 | 50 | E3 | 1B | 41 | 0 | B | 113 | 48 | 3C |
| Octal | 245 | 120 | 343 | 33 | 101 | 0 | 13 | 423 | 110 | 74 |
| Binary | 10100101 | 1010000 | 11100011 | 11011 | 1000001 | 0 | 1011 | 100010011 | 1001000 | 111100 |
Color Harmonies of #A550E3
Complementary color
Monochromatic Colors of #A550E3
Black with #A550E3
Text Example
Text Example
White with #A550E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A550E3; }
p { color: rgb(165,80,227); }
H1.HeaderClassName
{
color: #A550E3;
}
.AnyTagClassName
{
color: #A550E3;
}
</style>
background-color css
<style>
a { background-color: #A550E3; }
a { background-color: rgb(165,80,227); }
div.DivClassName
{
background-color: #A550E3;
}
.BgClassName
{
background-color: #A550E3;
}
</style>
border-color css
<style>
span { border-color: #A550E3; }
span { border-color: rgb(165,80,227); }
td.TdClassName
{
border-color: #A550E3;
}
.TagClassName
{
border-color: #A550E3;
}
</style>