Shades of Medium Orchid #A550E7
Tints of Medium Orchid #A550E7
RGB
CMYK
RGB Variations
Color information
#A550E7 (or 0xA550E7) is known color: Medium Orchid. HEX triplet: A5, 50 and E7. RGB value is (165,80,231). Sum of RGB (Red+Green+Blue) = 165+80+231=476 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.66% from 476); Green value is 80 (31.64% from 255 or 16.81% from 476); Blue value is 231 (90.62% from 255 or 48.53% from 476); Max value from RGB is 231 - color contains mainly: blue. Hex color #A550E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A550E7 is #5AAF18. Grayscale: #7A7A7A. Windows color (decimal): -5943065 or 15159461. OLE color: 15159461.
HSL color Cylindrical-coordinate representation of color #A550E7: hue angle of 273.77º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A550E7 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 80 | 231 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.09 |
| HSL | 273.77º | 0.76% | 0.61% | - |
| HSV(B) | 273.77º | 0.65% | 0.91% | - |
| XYZ | 32.81 | 19.51 | 77.64 | - |
| YUV | 122.63 | 189.16 | 158.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 80 | 231 | 0.29 | 0.65 | 0 | 0.09 | 273.77 | 0.76 | 0.61 |
| Hex | A5 | 50 | E7 | 1D | 41 | 0 | 9 | 112 | 4C | 3D |
| Octal | 245 | 120 | 347 | 35 | 101 | 0 | 11 | 422 | 114 | 75 |
| Binary | 10100101 | 1010000 | 11100111 | 11101 | 1000001 | 0 | 1001 | 100010010 | 1001100 | 111101 |
Color Harmonies of #A550E7
Complementary color
Monochromatic Colors of #A550E7
Black with #A550E7
Text Example
Text Example
White with #A550E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A550E7; }
p { color: rgb(165,80,231); }
H1.HeaderClassName
{
color: #A550E7;
}
.AnyTagClassName
{
color: #A550E7;
}
</style>
background-color css
<style>
a { background-color: #A550E7; }
a { background-color: rgb(165,80,231); }
div.DivClassName
{
background-color: #A550E7;
}
.BgClassName
{
background-color: #A550E7;
}
</style>
border-color css
<style>
span { border-color: #A550E7; }
span { border-color: rgb(165,80,231); }
td.TdClassName
{
border-color: #A550E7;
}
.TagClassName
{
border-color: #A550E7;
}
</style>